forked from 0x2620/pandora
update item context after moving all files to a new item
This commit is contained in:
parent
927a326143
commit
9f079c3412
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ pandora.ui.filesView = function(options, self) {
|
|||
Ox.Request.clearCache(); // fixme: remove
|
||||
if (self.$switch.value()) {
|
||||
pandora.UI.set({item: result.data.itemId});
|
||||
pandora.updateItemContext();
|
||||
} else {
|
||||
self.$filesList.reloadList();
|
||||
self.$instancesList.reloadList();
|
||||
|
|
Loading…
Reference in a new issue