Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ namespace Microsoft.QualityManagement.Utilities;
/// </summary>
page 20441 "Qlty. Edit Large Text"
{
PageType = Card;
Caption = 'Quality Edit Large Text';
UsageCategory = None;
DataCaptionExpression = '';
DeleteAllowed = false;
InsertAllowed = false;
Extensible = true;
PageType = StandardDialog;
Caption = 'Edit Large Text';
ApplicationArea = QualityManagement;
UsageCategory = None;

layout
{
Expand All @@ -31,7 +27,7 @@ page 20441 "Qlty. Edit Large Text"
{
Caption = 'HTML';
ShowCaption = false;
ToolTip = 'Change the text.';
ToolTip = 'Specifies the text to be displayed.';
MultiLine = true;
}
}
Expand Down
Loading