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 763be96 commit 27a37f9Copy full SHA for 27a37f9
services/static-webserver/client/source/class/osparc/user/UserDetails.js
@@ -269,10 +269,6 @@ qx.Class.define("osparc.user.UserDetails", {
269
.then(usersData => {
270
if (usersData.length === 1) {
271
const userData = usersData[0];
272
- // curate data
273
- userData["groupId"] = userGroupId;
274
- userData["userId"] = -1; // fix this
275
- userData["userName"] = "userName"; // fix this
276
const user = new osparc.data.model.User(userData);
277
user.setContactData(userData);
278
// remove the displayed properties from the contact info
0 commit comments