get all ids
This commit is contained in:
parent
e4815f091d
commit
638dfc8bb3
2 changed files with 4 additions and 2 deletions
|
@ -84,7 +84,8 @@ pandora.ui.editDialog = function() {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
operator: '&'
|
operator: '&'
|
||||||
}
|
},
|
||||||
|
range: [0, ids.length]
|
||||||
}, function(result) {
|
}, function(result) {
|
||||||
var data = {},
|
var data = {},
|
||||||
isMixed = {},
|
isMixed = {},
|
||||||
|
|
|
@ -83,7 +83,8 @@ pandora.ui.editDocumentsDialog = function() {
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
operator: '&'
|
operator: '&'
|
||||||
}
|
},
|
||||||
|
range: [0, ids.length]
|
||||||
}, function(result) {
|
}, function(result) {
|
||||||
var data = {},
|
var data = {},
|
||||||
isMixed = {},
|
isMixed = {},
|
||||||
|
|
Loading…
Reference in a new issue