weizhouapache commented on code in PR #11824:
URL: https://github.com/apache/cloudstack/pull/11824#discussion_r2426690220
##########
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:
it is a good idea and good start
can you expand this PR to support other resources, for example user (besides
disable), account, domain, vm ,network, volume, etc ?
@erikbocks
--
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]