Skip to content

Commit fddd721

Browse files
committed
another c&p error
1 parent 51d378f commit fddd721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3458,7 +3458,7 @@ private Ternary<List<Long>, Integer, String[]> searchForDiskOfferingsIdsAndCount
34583458
}
34593459

34603460
if (tags != null) {
3461-
diskOfferingSearch.and("tags", SearchCriteria.Op.EQ, tags);
3461+
diskOfferingSearch.and("tags", diskOfferingSearch.entity().getTags(), Op.EQ);
34623462
}
34633463

34643464
// Keeping this logic consistent with domain specific zones

0 commit comments

Comments
 (0)