Roundup Tracker - Issues

Message7258

Author rouilj
Recipients rouilj
Date 2021-06-06.03:37:14
Message-id <1622950635.0.0.704295617234.issue2551141@roundup.psfhosted.org>
In-reply-to
If I have duplicate users with the same name. user22 is retired and 
user24 is active. Trying to restore user22 reports:

  roundup> restore user22
  Error: no such class "user"

  Usage: restore designator[,designator]*
        Restore the retired node specified by designator.

        A designator is a classname and a nodeid concatenated,
        eg. bug1, user10, ...

        The given nodes will become available for users again.

It should report that there is already a user with the same key
value (username in this case) that is active.
History
Date User Action Args
2021-06-06 03:37:15rouiljsetrecipients: + rouilj
2021-06-06 03:37:14rouiljsetmessageid: <1622950635.0.0.704295617234.issue2551141@roundup.psfhosted.org>
2021-06-06 03:37:14rouiljlinkissue2551141 messages
2021-06-06 03:37:14rouiljcreate