We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648fc9b commit 1eceff9Copy full SHA for 1eceff9
1 file changed
assets/components/clientconfig/js/mgr/widgets/combos.js
@@ -90,7 +90,8 @@ ClientConfig.combo.ContextList = function(config) {
90
baseParams: {
91
action: 'mgr/contexts/getlist',
92
exclude: 'mgr',
93
- combo: true
+ combo: true,
94
+ sort: '`rank`',
95
},
96
fields: ['key','name'],
97
hiddenName: config.name || 'context',
0 commit comments