harikrishna-patnala commented on code in PR #6202:
URL: https://github.com/apache/cloudstack/pull/6202#discussion_r877782166


##########
engine/schema/src/main/java/com/cloud/storage/dao/VMTemplateDaoImpl.java:
##########
@@ -422,6 +422,10 @@ public boolean configure(String name, Map<String, Object> 
params) throws Configu
         InactiveUnremovedTmpltSearch.and("removed", 
InactiveUnremovedTmpltSearch.entity().getRemoved(), SearchCriteria.Op.NULL);
         InactiveUnremovedTmpltSearch.done();
 
+        UserDataSearch = createSearchBuilder();

Review Comment:
   updated the query with state "Active"



-- 
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]

Reply via email to