shwstppr commented on a change in pull request #4017: [UI] Update ISO 
permissions
URL: https://github.com/apache/cloudstack/pull/4017#discussion_r405270519
 
 

 ##########
 File path: ui/scripts/templates.js
 ##########
 @@ -3873,7 +4186,10 @@
         ) {
             //do nothing
         } else {
-            allowedActions.push("downloadISO");
+            if (jsonObj.isextractable){
+                allowedActions.push("downloadIso");
 
 Review comment:
   ```suggestion
                   allowedActions.push("downloadISO");
   ```
   @nvazquez action name case

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to