Skip to content

Commit 80cf2e5

Browse files
committed
org notification
1 parent f6855aa commit 80cf2e5

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/notification

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/notification/Notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ qx.Class.define("osparc.notification.Notifications", {
3939
const specNotification = {
4040
"category": "NEW_ORGANIZATION",
4141
"actionable_path": "organization/"+orgId,
42-
"resource_id": orgId,
42+
"resource_id": orgId.toString(),
4343
"title": "New organization",
4444
"text": "You're now member of a new Organization"
4545
};

0 commit comments

Comments
 (0)