treecache now manages reloading when starting protected session

This commit is contained in:
zadam
2020-02-01 22:29:32 +01:00
parent 513ce1a183
commit 0054a32dc7
17 changed files with 76 additions and 75 deletions

View File

@@ -59,4 +59,8 @@ export default class TabAwareWidget extends BasicWidget {
this.activeTabChanged();
}
treeCacheReloadedListener() {
this.refresh();
}
}