File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
services/static-webserver/client/source/class/osparc/dashboard Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
102102 label : option . label ,
103103 icon : option . icon ,
104104 } ) ;
105+ osparc . utils . Utils . setIdToWidget ( button , this . __resourceType + "-sharedWithFilterItem" ) ;
105106 if ( this . __resourceType === "study" ) {
106107 if ( option . id === "show-all" ) {
107108 button . set ( {
@@ -220,6 +221,7 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
220221 const iconSize = 20 ;
221222 const button = new qx . ui . toolbar . RadioButton ( serviceType . label , serviceType . icon + iconSize ) ;
222223 button . id = serviceId ;
224+ osparc . utils . Utils . setIdToWidget ( button , this . __resourceType + "-serviceTypeFilterItem" ) ;
223225 button . set ( {
224226 appearance : "filter-toggle-button" ,
225227 value : false
You can’t perform that action at this time.
0 commit comments