fix edit dialog
This commit is contained in:
parent
efe3ffbed0
commit
9021f6d075
1 changed files with 1 additions and 1 deletions
|
@ -1684,7 +1684,7 @@ pandora.getListData = function(list) {
|
||||||
list = pandora.user.ui._collection;
|
list = pandora.user.ui._collection;
|
||||||
_list = pandora.user.ui._collection;
|
_list = pandora.user.ui._collection;
|
||||||
} else {
|
} else {
|
||||||
list = pandora.user.ui.section.slice(0, -1)
|
list = pandora.user.ui[pandora.user.ui.section.slice(0, -1)];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (pandora.user.ui.section == 'documents') {
|
if (pandora.user.ui.section == 'documents') {
|
||||||
|
|
Loading…
Reference in a new issue