sureshanaparti commented on a change in pull request #4774:
URL: https://github.com/apache/cloudstack/pull/4774#discussion_r722131219
##########
File path: server/src/main/java/com/cloud/api/query/QueryManagerImpl.java
##########
@@ -3516,6 +3543,8 @@ private boolean isPermissible(Long accountDomainId, Long
offeringDomainId) {
}
SearchCriteria<TemplateJoinVO> sc = sb.create();
+ boolean restrictPublicTemplatesToDomain =
QueryService.RestrictPublicTemplatesOfOtherDomains.valueIn(caller.getDomainId());
Review comment:
```suggestion
boolean restrictPublicTemplatesOfOtherDomains =
QueryService.RestrictPublicTemplatesOfOtherDomains.valueIn(caller.getDomainId());
```
--
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]