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 2020/06/16 00:40:56 UTC

[GitHub] [cloudstack] GabrielBrascher commented on a change in pull request #4140: Adding showunique parameter to list templates and isos

GabrielBrascher commented on a change in pull request #4140:
URL: https://github.com/apache/cloudstack/pull/4140#discussion_r440521942



##########
File path: api/src/main/java/org/apache/cloudstack/api/command/user/template/ListTemplatesCmd.java
##########
@@ -78,6 +78,9 @@
     @Parameter(name = ApiConstants.PARENT_TEMPLATE_ID, type = CommandType.UUID, entityType = TemplateResponse.class, description = "list datadisk templates by parent template id", since = "4.4")
     private Long parentTemplateId;
 
+    @Parameter(name = ApiConstants.SHOW_UNIQUE, type = CommandType.BOOLEAN, description = "If set to true, list only unique templates across zones")

Review comment:
       @rhtyd this PR is aiming 4.13 branch. Considering the version 4.15, shouldn`t it aim master?




----------------------------------------------------------------
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:
users@infra.apache.org