[#217,backend/ckan][xs]: correct argument order to query method and make test into a proper module to stop cross test pollution.
This commit is contained in:
@@ -37,7 +37,7 @@ this.recline.Backend.Ckan = this.recline.Backend.Ckan || {};
|
||||
return dfd.promise();
|
||||
};
|
||||
|
||||
my.query = function(dataset, queryObj) {
|
||||
my.query = function(queryObj, dataset) {
|
||||
var wrapper = my.DataStore(dataset.url);
|
||||
var actualQuery = {
|
||||
resource_id: dataset.id,
|
||||
|
||||
Reference in New Issue
Block a user