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 03f7f0f commit 451f3bbCopy full SHA for 451f3bb
services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
@@ -470,9 +470,9 @@ qx.Class.define("osparc.dashboard.CardBase", {
470
471
__evalSelectedButton: function() {
472
if (
473
- this.isResourceType("study") ||
474
- this.isResourceType("template") ||
475
- this.isResourceType("service")
+ this.hasChildControl("menu-button") &&
+ this.hasChildControl("tick-selected") &&
+ this.hasChildControl("tick-unselected")
476
) {
477
const menuButton = this.getChildControl("menu-button");
478
const tick = this.getChildControl("tick-selected");
0 commit comments