nvazquez commented on a change in pull request #4362:
URL: https://github.com/apache/cloudstack/pull/4362#discussion_r709732271
##########
File path: server/src/main/java/com/cloud/api/query/QueryManagerImpl.java
##########
@@ -3672,6 +3676,10 @@ else if (!template.isPublicTemplate() &&
caller.getType() != Account.ACCOUNT_TYP
sc.addAnd("dataCenterId", SearchCriteria.Op.SC, zoneSc);
}
+ if (templateTag != null && !templateTag.equalsIgnoreCase("")) {
Review comment:
@DaanHoogland can you explain why? As far as I see it is being passed as
a parameter to `templateChecks()`
--
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]