Skip to content

Commit 4582722

Browse files
committed
"by me"
1 parent c5c019d commit 4582722

File tree

1 file changed

+6
-0
lines changed
  • services/static-webserver/client/source/class/osparc/ui/basic

1 file changed

+6
-0
lines changed

services/static-webserver/client/source/class/osparc/ui/basic/DateAndBy.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,13 @@ qx.Class.define("osparc.ui.basic.DateAndBy", {
8787
__applyGroupId: function(groupId) {
8888
if (groupId) {
8989
const atom = this.getChildControl("last-touching");
90+
const myGroupId = osparc.auth.Data.getInstance().getGroupId();
91+
if (groupId === myGroupId) {
92+
atom.setLabel("by me");
93+
} else {
94+
atom.setLabel("by");
9095
osparc.dashboard.CardBase.addHintFromGids(atom, [groupId]);
96+
}
9197
}
9298
},
9399
}

0 commit comments

Comments
 (0)