abh1sar commented on code in PR #13180:
URL: https://github.com/apache/cloudstack/pull/13180#discussion_r3263519081


##########
api/src/main/java/org/apache/cloudstack/api/command/user/backup/AssignVirtualMachineToBackupOfferingCmd.java:
##########
@@ -102,6 +103,16 @@ public long getEntityOwnerId() {
         return CallContext.current().getCallingAccount().getId();
     }
 
+    @Override
+    public Long getApiResourceId() {
+        return vmId;
+    }
+
+    @Override
+    public ApiCommandResourceType getApiResourceType() {
+        return ApiCommandResourceType.VirtualMachine;

Review Comment:
   According to PR #9465 discussions the problem was that assign backup 
offering event was not being shown in the instance tab 
https://github.com/apache/cloudstack/issues/9465#issuecomment-2257500216



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