DaanHoogland commented on code in PR #8030:
URL: https://github.com/apache/cloudstack/pull/8030#discussion_r1351608713


##########
plugins/database/quota/src/main/java/org/apache/cloudstack/api/command/QuotaTariffCreateCmd.java:
##########
@@ -70,6 +71,7 @@ public class QuotaTariffCreateCmd extends BaseCmd {
 
     @Override
     public void execute() {
+        CallContext.current().setEventDetails(String.format("Tariff: %s, 
description: %s, value: %s", getName(), getDescription(), getValue()));

Review Comment:
   Do you mean to add the fields resource_type and resource_id to the 
quota_tariffs table and set and return those values?
   As tarriffs can change and need to keep historic data, I am not sure, but it 
might work. @GutoVeronezi can you chime in?



-- 
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]

Reply via email to