From 32598118361c60c1e30ec5f2b453d1a0c8de31df Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 16 Dec 2014 17:43:10 +0000 Subject: [PATCH] entities dialog: use sort name --- static/js/entitiesDialog.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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