From 86beba30399b27e123c6d797cafe9c566e19b120 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 15 Feb 2012 20:57:56 +0000 Subject: [PATCH] when adding a new list, select the full list name (fixes #445) --- static/js/pandora/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index 61b12e7c1..dfdde5084 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -128,7 +128,7 @@ pandora.addList = function() { load: function(data) { $folderList.gainFocus() .options({selected: [newList]}) - .editCell(newList, 'name'); + .editCell(newList, 'name', true); pandora.UI.set({ find: { conditions: [{key: 'list', value: newList, operator: '=='}],