Skip to content

Commit 0485913

Browse files
committed
support also title
1 parent c6d9948 commit 0485913

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/CardBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
553553
this.set({
554554
resourceType: resourceData.resourceType,
555555
uuid,
556-
title: resourceData.name,
556+
title: resourceData.name || resourceData.title, // title is used by functions
557557
description: resourceData.description,
558558
owner,
559559
accessRights: resourceData.accessRights ? resourceData.accessRights : {},

0 commit comments

Comments
 (0)