Merge pull request #7580 from rekonder/aj_SCI_10727

Fix navigation reloading after tasks actions [SCI-10727]
This commit is contained in:
ajugo 2024-05-22 11:47:39 +02:00 committed by GitHub
commit 026642cd41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);