collection navigation

This commit is contained in:
j 2019-05-04 15:55:03 +01:00
commit 8ceab902e3
2 changed files with 2 additions and 2 deletions

View file

@ -235,7 +235,7 @@ pandora.ui.folderBrowserList = function(id, section) {
pandora.UI.set({
findDocuments: {
conditions: list ? [
{key: 'list', value: data.ids[0], operator: '=='}
{key: 'collection', value: data.ids[0], operator: '=='}
] : [],
operator: '&'
}