fix library update
This commit is contained in:
parent
a495fc398d
commit
3d099f2c5f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ oml.ui.list = function() {
|
|||
&& ui.find.conditions[0].key == 'list'
|
||||
&& ui.find.conditions[0].operator == '=='
|
||||
)) {
|
||||
oml.$ui.folders.updateItems(ui.find.conditions[0].value, data.items);
|
||||
oml.$ui.folders.updateItems(ui.find.conditions.length ? ui.find.conditions[0].value : "", data.items);
|
||||
}
|
||||
oml.$ui.statusbar.set('total', data);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue