extend findEntities to support entity keys and *

This commit is contained in:
j 2015-04-17 11:17:12 +01:00
commit a869c7a89a
5 changed files with 229 additions and 15 deletions

View file

@ -51,7 +51,7 @@ pandora.ui.entitiesDialog = function(options) {
$list.options({
query: {
conditions: data.value ? [
{key: 'name', operator: '=', value: data.value}
{key: '*', operator: '=', value: data.value}
] : [],
operator: '&'
}