soreana commented on a change in pull request #4774:
URL: https://github.com/apache/cloudstack/pull/4774#discussion_r810140867
##########
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",
Review comment:
What about this name?
```java
static final ConfigKey<Boolean> SharePublicTemplatesWithOtherDomains =
new ConfigKey<>("Advanced", Boolean.class,
"share.public.templates.with.other.domains", "true",
````
--
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]