Skip to content

Commit

Permalink
Order getBundles by label
Browse files Browse the repository at this point in the history
  • Loading branch information
tschug committed Feb 7, 2024
1 parent 0ea9561 commit 4fd95ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions force-app/main/default/classes/Cmdt.cls
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public with sharing class Cmdt {
sObject__r.QualifiedApiName,
sObject__r.Label
FROM Indicator_Bundle__mdt
ORDER BY Label
] ) {
setBundle(bundle);
}
Expand Down

0 comments on commit 4fd95ce

Please sign in to comment.