Fix navigation reloading after tasks actions [SCI-10727]

This commit is contained in:
Andrej 2024-05-21 14:01:08 +02:00
parent b7ce9d0493
commit d7abf92f09

View file

@ -274,6 +274,7 @@ export default {
this.reloadingTable = true;
this.editModalObject = null;
this.moveModalObject = null;
this.updateNavigator(true);
},
updateNavigator(withExpanedChildren = false) {
window.navigatorContainer.reloadNavigator(withExpanedChildren);