We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ad476 commit e3698faCopy full SHA for e3698fa
services/static-webserver/client/source/class/osparc/info/StudyUtils.js
@@ -220,6 +220,7 @@ qx.Class.define("osparc.info.StudyUtils", {
220
});
221
};
222
study.addListener("changeTags", () => addTags(study), this);
223
+ osparc.store.Tags.getInstance().addListener("tagsChanged", () => addTags(study), this);
224
addTags(study);
225
226
return tagsContainer;
0 commit comments