support deeper nesting of brackets in url find query
This commit is contained in:
parent
96bd8bb43f
commit
e4834bf8a4
7 changed files with 56 additions and 25 deletions
|
|
@ -175,7 +175,7 @@ pandora.ui.folderList = function(id) {
|
|||
click: function(event, data) {
|
||||
var $list = pandora.$ui.folderList[id];
|
||||
if (data.key == 'type') {
|
||||
pandora.$ui.filterDialog = ui.filterDialog().open();
|
||||
pandora.$ui.filterDialog = pandora.ui.filterDialog().open();
|
||||
} else if (data.key == 'status') {
|
||||
pandora.api.editList({
|
||||
id: data.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue