one more query overwrite, fixes #863

This commit is contained in:
j 2012-06-20 19:45:14 +02:00
parent a52cba2ae3
commit 6b6bf1012a

View file

@ -209,13 +209,13 @@ pandora.ui.navigationView = function(type, videoRatio) {
operator: '&' operator: '&'
}; };
} }
return pandora.api.findClips(Ox.extend({ return pandora.api.findClips(Ox.extend(data, {
itemsQuery: itemsQuery, itemsQuery: itemsQuery,
query: { query: {
conditions: [{key: itemName, value: id, operator:'=='}], conditions: [{key: itemName, value: id, operator:'=='}],
operator: '&' operator: '&'
} }
}, data), callback); }), callback);
} }
}); });
type == 'map' && pandora.UI.set({mapSelection: data.name}); type == 'map' && pandora.UI.set({mapSelection: data.name});