forked from 0x2620/pandora
check for ui._list
This commit is contained in:
parent
7e3e0a5f6d
commit
061bcd0a0e
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ pandora.ui.findElement = function() {
|
|||
pandora.api.autocomplete({
|
||||
key: key,
|
||||
query: {
|
||||
conditions: pandora.$ui.findListSelect
|
||||
conditions: pandora.user.ui._list
|
||||
&& pandora.$ui.findListSelect.value() == 'list'
|
||||
? [{key: 'list', value: pandora.user.ui._list, operator: '=='}] : [],
|
||||
operator: '&'
|
||||
|
|
Loading…
Reference in a new issue