Skip to main content
10-Marble
April 19, 2016
Question

System User Groups are not Editable

  • April 19, 2016
  • 8 replies
  • 3204 views

Hi,

I added a user to a System User group e.g Designer.

When I try to edit the system user group to remove the user, I am not able to save the setting for this user group.

I get this message that entity cannot be edited.

Is this a bug ..?

My ThingWorx version is  7.0.1-b842.

Thanks.

8 replies

1-Visitor
April 19, 2016

Are you clicking on Edit or Edit Members? Edit should be blocked for System objects.

mapatil10-MarbleAuthor
10-Marble
April 19, 2016

When I do  Edit member for  System user group and remove the user, the user seems to be removed from the Edit member UI.

But when I try to get the  user groups  for the  user  using sessionInfo object's  GetCurrentUserGroups()

SessionInfo sessionInfo = (SessionInfo) EntityUtilities.findEntity("CurrentSessionInfo",

        ThingworxRelationshipTypes.Resource);

I still continue to get the Designer user group as the one of the user groups fo rthe logged in user. Even if the user was removed from the Designer's user group.

for non system user group, this does not seem to be an issue.GetCurrentUserGroups() gives the correct group.

5-Regular Member
April 20, 2016

Manisha, that looks to be a bug. I'll check internally and let you know.