Skip to content

Commit a8e3517

Browse files
committed
evaluate after restore
1 parent dc7895e commit a8e3517

File tree

1 file changed

+3
-0
lines changed
  • services/static-webserver/client/source/class/osparc/dashboard

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/StudyBrowser.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
476476
this.__reloadWorkspaces();
477477
const msg = this.tr("Successfully restored");
478478
osparc.FlashMessenger.getInstance().logAs(msg, "INFO");
479+
this._resourceFilter.evaluateTrashEmpty();
479480
})
480481
.catch(err => {
481482
console.error(err);
@@ -639,6 +640,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
639640
this.__reloadFolders();
640641
const msg = this.tr("Successfully restored");
641642
osparc.FlashMessenger.getInstance().logAs(msg, "INFO");
643+
this._resourceFilter.evaluateTrashEmpty();
642644
})
643645
.catch(err => {
644646
console.error(err);
@@ -1969,6 +1971,7 @@ qx.Class.define("osparc.dashboard.StudyBrowser", {
19691971
this.__removeFromStudyList(studyData.uuid);
19701972
const msg = this.tr("Successfully restored");
19711973
osparc.FlashMessenger.getInstance().logAs(msg, "INFO");
1974+
this._resourceFilter.evaluateTrashEmpty();
19721975
})
19731976
.catch(err => {
19741977
console.error(err);

0 commit comments

Comments
 (0)