extend findEntities to support entity keys and *
This commit is contained in:
parent
1a9da2d5fa
commit
a869c7a89a
5 changed files with 229 additions and 15 deletions
|
|
@ -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: '&'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue