Skip to content

Commit e3698fa

Browse files
committed
listen to "tagsChanged"
1 parent 87ad476 commit e3698fa

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/info

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/info/StudyUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ qx.Class.define("osparc.info.StudyUtils", {
220220
});
221221
};
222222
study.addListener("changeTags", () => addTags(study), this);
223+
osparc.store.Tags.getInstance().addListener("tagsChanged", () => addTags(study), this);
223224
addTags(study);
224225

225226
return tagsContainer;

0 commit comments

Comments
 (0)