Skip to content

Commit 36b6bc3

Browse files
committed
keep tags filter always visible
1 parent c384893 commit 36b6bc3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,6 @@ qx.Class.define("osparc.dashboard.TutorialBrowser", {
130130
}
131131
},
132132

133-
// overridden
134-
_groupByChanged: function(groupBy) {
135-
this.base(arguments, groupBy);
136-
137-
if (this._resourceFilter) {
138-
this._resourceFilter.getChildControl("tags-layout").setVisibility(groupBy === "tags" ? "visible" : "excluded");
139-
}
140-
},
141-
142133
__itemClicked: function(card) {
143134
if (!card.getBlocked()) {
144135
const templateData = this.__getTemplateData(card.getUuid());

0 commit comments

Comments
 (0)