forked from 0x2620/pandora
one more query overwrite, fixes #863
This commit is contained in:
parent
a52cba2ae3
commit
6b6bf1012a
1 changed files with 2 additions and 2 deletions
|
@ -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});
|
||||||
|
|
Loading…
Reference in a new issue