File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ qx.Class.define("osparc.dashboard.NewPlusMenu", {
106106 } ) ;
107107 if ( infoText ) {
108108 infoText = osparc . utils . Utils . replaceTokens (
109- title ,
109+ infoText ,
110110 "replace_me_product_name" ,
111111 osparc . store . StaticInfo . getInstance ( ) . getDisplayName ( )
112112 ) ;
Original file line number Diff line number Diff line change @@ -1036,7 +1036,7 @@ qx.Class.define("osparc.utils.Utils", {
10361036 } ,
10371037
10381038 setIdToWidget : ( qWidget , id ) => {
1039- if ( qWidget . getContentElement && qWidget . getContentElement ( ) ) {
1039+ if ( qWidget . getContentElement && qWidget . getContentElement ( ) && id ) {
10401040 qWidget . getContentElement ( ) . setAttribute ( "osparc-test-id" , id ) ;
10411041 }
10421042 } ,
You can’t perform that action at this time.
0 commit comments