mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
BUG-ID:CLOUDSTACK-9678
listNetworkOfferings API is listing all the offerings which has same prefix in their name
This commit is contained in:
parent
e02003d653
commit
be554d2cb6
@ -4555,7 +4555,7 @@ public class ConfigurationManagerImpl extends ManagerBase implements Configurati
|
||||
}
|
||||
|
||||
if (name != null) {
|
||||
sc.addAnd("name", SearchCriteria.Op.LIKE, "%" + name + "%");
|
||||
sc.addAnd("name", SearchCriteria.Op.EQ, name);
|
||||
}
|
||||
|
||||
if (guestIpType != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user