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: '&'
|
||||
}
|
||||
},
|
||||
range: [0, ids.length]
|
||||
}, function(result) {
|
||||
var data = {},
|
||||
isMixed = {},
|
||||
|
|
|
@ -83,7 +83,8 @@ pandora.ui.editDocumentsDialog = function() {
|
|||
}
|
||||
],
|
||||
operator: '&'
|
||||
}
|
||||
},
|
||||
range: [0, ids.length]
|
||||
}, function(result) {
|
||||
var data = {},
|
||||
isMixed = {},
|
||||
|
|
Loading…
Reference in a new issue