forked from 0x2620/pandora
collection navigation
This commit is contained in:
parent
5862eae7c8
commit
8ceab902e3
2 changed files with 2 additions and 2 deletions
|
@ -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: '&'
|
||||
}
|
||||
|
|
|
@ -860,7 +860,7 @@ pandora.enableDragAndDrop = function($list, canMove, section, getItems) {
|
|||
items: drag.ids
|
||||
|
||||
}, function() {
|
||||
Ox.Request.clearCache('find');
|
||||
Ox.Request.clearCache('findDocuments');
|
||||
pandora.api.findDocuments({
|
||||
query: {
|
||||
conditions: [{
|
||||
|
|
Loading…
Reference in a new issue