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
|
// async && place doesn't exist yet
|
||||||
self.options.places({
|
self.options.places({
|
||||||
query: {
|
query: {
|
||||||
key: 'id',
|
conditions: [
|
||||||
value: id,
|
{key: 'id', value: id, operator: '^$'}
|
||||||
operator: '^$'
|
],
|
||||||
|
operator: ''
|
||||||
|
|
||||||
}
|
}
|
||||||
}, function(results) {
|
}, function(results) {
|
||||||
place = new Ox.MapPlace(Ox.extend({
|
place = new Ox.MapPlace(Ox.extend({
|
||||||
|
|
Loading…
Reference in a new issue