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 c6d9948 commit 0485913Copy full SHA for 0485913
services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
@@ -553,7 +553,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
553
this.set({
554
resourceType: resourceData.resourceType,
555
uuid,
556
- title: resourceData.name,
+ title: resourceData.name || resourceData.title, // title is used by functions
557
description: resourceData.description,
558
owner,
559
accessRights: resourceData.accessRights ? resourceData.accessRights : {},
0 commit comments