Pearl1594 commented on code in PR #10916:
URL: https://github.com/apache/cloudstack/pull/10916#discussion_r2106720356
##########
server/src/main/java/com/cloud/api/query/QueryManagerImpl.java:
##########
@@ -3483,6 +3483,8 @@ private Ternary<List<Long>, Integer, String[]>
searchForDiskOfferingsIdsAndCount
diskOfferingSearch.and("displayOffering",
diskOfferingSearch.entity().getDisplayOffering(), Op.EQ);
}
+ diskOfferingSearch.and("activeState",
diskOfferingSearch.entity().getState(), Op.EQ);
Review Comment:
wouldn't the L3465 be the same as this? Should we change the searchCriteria
to use state rather than activeState?
--
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]