update entitiesDialog

This commit is contained in:
rolux 2014-11-19 18:11:05 +00:00
parent ec08c92250
commit 45d5eadf50

View file

@ -39,8 +39,15 @@ pandora.ui.entitiesDialog = function(options) {
margin: '4px'
})
.bindEvent({
submit: function() {
change: function(data) {
$list.options({
query: {
conditions: [
{key: 'name', operator: '=', value: data.value}
],
operator: '&'
}
});
}
}),