erikbocks commented on code in PR #11824:
URL: https://github.com/apache/cloudstack/pull/11824#discussion_r2433734125
##########
api/src/main/java/org/apache/cloudstack/api/command/admin/user/DisableUserCmd.java:
##########
@@ -78,12 +78,12 @@ public long getEntityOwnerId() {
@Override
public String getEventDescription() {
- return "disabling user: " + getId();
+ return "disabling user: " + this._uuidMgr.getUuid(User.class, getId());
Review Comment:
> I do not think we should perse do it in one of these two PRs, this and
#11649) but let’s think about it. We are sure to have more occurrences like
this.
Sure. Then, I will map an issue to handle this properly and try to work on
it later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]