send proper query on selectplace
This commit is contained in:
parent
ac43e14f50
commit
b9ab4a0adf
1 changed files with 5 additions and 3 deletions
|
@ -957,9 +957,11 @@ Ox.Map = function(options, self) {
|
|||
// async && place doesn't exist yet
|
||||
self.options.places({
|
||||
query: {
|
||||
key: 'id',
|
||||
value: id,
|
||||
operator: '^$'
|
||||
conditions: [
|
||||
{key: 'id', value: id, operator: '^$'}
|
||||
],
|
||||
operator: ''
|
||||
|
||||
}
|
||||
}, function(results) {
|
||||
place = new Ox.MapPlace(Ox.extend({
|
||||
|
|
Loading…
Reference in a new issue