You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2022/09/27 21:58:47 UTC

[GitHub] [cloudstack] damonb123 opened a new issue, #6777: CreateTagsCmd.java returns wrong EventType

damonb123 opened a new issue, #6777:
URL: https://github.com/apache/cloudstack/issues/6777

   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   ~~~
   CloudStack API
   ~~~
   
   ##### CLOUDSTACK VERSION
   ~~~
   4.16.x, 4.17.0.1
   ~~~
   
   ##### SUMMARY
   Create tags overrides getEnvtype() returns the wrong event type.
   
   ```java
       @Override
       public String getEventType() {
           return EventTypes.EVENT_RESOURCE_ICON_UPLOAD;
       }
   ``` 
   
   Unless I am misunderstanding, it should be:
   
   ```java
       @Override
       public String getEventType() {
           return EventTypes.EVENT_TAGS_CREATE;
       }
   ``` 
   
   


-- 
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: commits-unsubscribe@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] damonb123 commented on issue #6777: CreateTagsCmd.java returns wrong EventType

Posted by GitBox <gi...@apache.org>.
damonb123 commented on issue #6777:
URL: https://github.com/apache/cloudstack/issues/6777#issuecomment-1260935341

   Thanks, for update.  I use the kafka events to perform task when certain tags are added.  My work around is capturing the UPLOAD.RESOURCE.ICON event. 


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud closed issue #6777: CreateTagsCmd.java returns wrong EventType

Posted by GitBox <gi...@apache.org>.
rohityadavcloud closed issue #6777: CreateTagsCmd.java returns wrong EventType
URL: https://github.com/apache/cloudstack/issues/6777


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cloudstack] rohityadavcloud commented on issue #6777: CreateTagsCmd.java returns wrong EventType

Posted by GitBox <gi...@apache.org>.
rohityadavcloud commented on issue #6777:
URL: https://github.com/apache/cloudstack/issues/6777#issuecomment-1261791764

   Fixed in https://github.com/apache/cloudstack/pull/6779


-- 
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: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org