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 b9221d8 commit 8a84295Copy full SHA for 8a84295
services/static-webserver/client/source/class/osparc/dashboard/CardBase.js
@@ -674,7 +674,7 @@ qx.Class.define("osparc.dashboard.CardBase", {
674
__showBlockedCardFromStatus: function(lockedStatus) {
675
const status = lockedStatus["status"];
676
const owner = lockedStatus["owner"];
677
- let toolTip = osparc.utils.Utils.firstsUp(owner["first_name"] || this.tr("A user"), owner["last_name"] || "");
+ let toolTip = osparc.utils.Utils.firstsUp(owner["first_name"] || this.tr("A user"), owner["last_name"] || ""); // it will be replaced by "userName"
678
let image = null;
679
switch (status) {
680
case "CLOSING":
0 commit comments