only reload filters if not collapsed
This commit is contained in:
parent
b0dcfc35ab
commit
5860bc0e72
2 changed files with 11 additions and 7 deletions
|
|
@ -746,9 +746,11 @@ oml.ui.infoView = function(externalData, isMixed) {
|
|||
if (Ox.contains(['title', 'author', 'description'], key)) {
|
||||
oml.$ui.info.updateElement();
|
||||
}
|
||||
oml.$ui.filters.forEach(function($filter) {
|
||||
$filter.reloadList();
|
||||
});
|
||||
if (ui.showFilters) {
|
||||
oml.$ui.filters.forEach(function($filter) {
|
||||
$filter.reloadList(true);
|
||||
});
|
||||
}
|
||||
oml.$ui.list.value(
|
||||
result.data.id, key, result.data[key]
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue