Skip to content

Commit 5d23f2f

Browse files
committed
Remove redundant OrderBy clauses from Enabled and Disabled views in Quality Inspection Generation Rules page
1 parent d1c1c62 commit 5d23f2f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Apps/W1/Quality Management/app/src/Configuration/GenerationRule/QltyInspectionGenRules.Page.al

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,11 @@ page 20405 "Qlty. Inspection Gen. Rules"
340340
{
341341
Caption = 'Enabled';
342342
Filters = where("Activation Trigger" = filter("Manual only" | "Manual or Automatic" | "Automatic only"));
343-
OrderBy = descending("Sort Order");
344343
}
345344
view(viewDisabled)
346345
{
347346
Caption = 'Disabled';
348347
Filters = where("Activation Trigger" = filter(Disabled));
349-
OrderBy = descending("Sort Order");
350348
}
351349
}
352350

0 commit comments

Comments
 (0)