get all ids

This commit is contained in:
j 2020-07-21 15:26:55 +02:00
parent e4815f091d
commit 638dfc8bb3
2 changed files with 4 additions and 2 deletions

View file

@ -84,7 +84,8 @@ pandora.ui.editDialog = function() {
}
],
operator: '&'
}
},
range: [0, ids.length]
}, function(result) {
var data = {},
isMixed = {},

View file

@ -83,7 +83,8 @@ pandora.ui.editDocumentsDialog = function() {
}
],
operator: '&'
}
},
range: [0, ids.length]
}, function(result) {
var data = {},
isMixed = {},