Skip to content

Commit 150378f

Browse files
author
Rakesh Venkatesh
committed
fix build error
1 parent 72a0bca commit 150378f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/src/main/java/com/cloud/api/query/QueryManagerImpl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3594,14 +3594,14 @@ else if (!template.isPublicTemplate() && caller.getType() != Account.ACCOUNT_TYP
35943594
}
35953595

35963596
return templateChecks(isIso, hypers, tags, name, keyword, hyperType, onlyReady, bootable, zoneId, showDomr,
3597-
showRemovedTmpl, parentTemplateId, showUnique, searchFilter, sc);
3597+
showRemovedTmpl, parentTemplateId, showUnique, searchFilter, sc, templateTag);
35983598

35993599
}
36003600

36013601
private Pair<List<TemplateJoinVO>, Integer> templateChecks(boolean isIso, List<HypervisorType> hypers, Map<String, String> tags, String name, String keyword,
36023602
HypervisorType hyperType, boolean onlyReady, Boolean bootable, Long zoneId, boolean showDomr,
36033603
boolean showRemovedTmpl, Long parentTemplateId, Boolean showUnique,
3604-
Filter searchFilter, SearchCriteria<TemplateJoinVO> sc) {
3604+
Filter searchFilter, SearchCriteria<TemplateJoinVO> sc, String templateTag) {
36053605
if (!isIso) {
36063606
// add hypervisor criteria for template case
36073607
if (hypers != null && !hypers.isEmpty()) {

0 commit comments

Comments
 (0)