fix edit dialog

This commit is contained in:
j 2017-02-20 16:30:53 +01:00
parent efe3ffbed0
commit 9021f6d075

View file

@ -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') {