From b9ab4a0adf07a6015511c2068bb08bf1495b47ae Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 29 May 2011 22:37:41 +0200 Subject: [PATCH] send proper query on selectplace --- source/Ox.UI/js/Map/Ox.Map.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 41e27d85..ffa9c966 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -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({