diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 8e2ae9662..03797e8ae 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -75,6 +75,11 @@ pandora.ui.entitiesDialog = function(options) { operator: '+', visible: true, width: 256 - Ox.SCROLLBAR_SIZE + }, + { + id: 'sortName', + title: 'Sort Name', + operator: '+' } ], items: function(options, callback) { @@ -87,7 +92,7 @@ pandora.ui.entitiesDialog = function(options) { } }), callback); }, - sort: [{key: 'name', operator: '+'}], + sort: [{key: 'sortName', operator: '+'}], scrollbarVisible: true, unique: 'id', width: 256 - Ox.SCROLLBAR_SIZE