erikbocks commented on code in PR #11824:
URL: https://github.com/apache/cloudstack/pull/11824#discussion_r2426560686
##########
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:
@DaanHoogland, I did not understand what "more generic event utility" means.
For me, the `UUIDManager.getUUID()` method is as generic as it can be. Could
you try to explain a little more of what is your idea?
--
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]