Skip to content

Commit 1eceff9

Browse files
committed
Fix contexts not being displayed in the same order as the resource tree.
1 parent 648fc9b commit 1eceff9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • assets/components/clientconfig/js/mgr/widgets

assets/components/clientconfig/js/mgr/widgets/combos.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ ClientConfig.combo.ContextList = function(config) {
9090
baseParams: {
9191
action: 'mgr/contexts/getlist',
9292
exclude: 'mgr',
93-
combo: true
93+
combo: true,
94+
sort: '`rank`',
9495
},
9596
fields: ['key','name'],
9697
hiddenName: config.name || 'context',

0 commit comments

Comments
 (0)