File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
services/static-webserver/client/source/class/osparc/notification Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ qx.Class.define("osparc.notification.Notifications", {
105105 const specNotification = {
106106 "category" : "WALLET_SHARED" ,
107107 "actionable_path" : "wallet/" + walletId ,
108- "resource_id" : walletId ,
108+ "resource_id" : walletId . toString ( ) ,
109109 "title" : "Credits shared" ,
110110 "text" : "A Credit Account was shared with you"
111111 } ;
@@ -143,9 +143,9 @@ qx.Class.define("osparc.notification.Notifications", {
143143 return osparc . data . Resources . fetch ( "notifications" , "post" , params ) ;
144144 } ,
145145
146- postNewWallet : function ( userId , studyId ) {
146+ postNewWallet : function ( userId , walletId ) {
147147 const params = {
148- data : this . __newWalletObj ( userId , studyId )
148+ data : this . __newWalletObj ( userId , walletId )
149149 } ;
150150 return osparc . data . Resources . fetch ( "notifications" , "post" , params ) ;
151151 } ,
You can’t perform that action at this time.
0 commit comments