soreana commented on a change in pull request #4774:
URL: https://github.com/apache/cloudstack/pull/4774#discussion_r810138864
##########
File path: api/src/main/java/org/apache/cloudstack/query/QueryService.java
##########
@@ -111,8 +111,8 @@
"allow.user.view.all.domain.accounts", "false",
"Determines whether users can view all user accounts within the
same domain", true, ConfigKey.Scope.Domain);
- static final ConfigKey<Boolean> RestrictPublicTemplatesOfOtherDomains =
new ConfigKey<>("Advanced", Boolean.class,
"restrict.public.templates.of.other.domains", "false",
- "If true, the public templates of other domains will not be
visible in this domain.", true, ConfigKey.Scope.Domain);
+ static final ConfigKey<Boolean> SharePublicTemplates = new
ConfigKey<>("Advanced", Boolean.class, "share.public.templates", "true",
+ "If false, templates of this domain with not show up in the list
templates.", true, ConfigKey.Scope.Domain);
Review comment:
It is a typo, `will` is correct.
--
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]