sureshanaparti commented on a change in pull request #4774:
URL: https://github.com/apache/cloudstack/pull/4774#discussion_r722129557
##########
File path: api/src/main/java/org/apache/cloudstack/query/QueryService.java
##########
@@ -111,6 +111,9 @@
"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, other domains' public templates will not be visible in
this domain.", true, ConfigKey.Scope.Domain);
Review comment:
```suggestion
"If true, the public templates of other domains will not be
visible in this domain.", true, ConfigKey.Scope.Domain);
```
--
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]