mirror of https://github.com/apache/cloudstack.git
CS-14341 Order of Compute offerings does not stick
resolved fixed
This commit is contained in:
parent
80775b1137
commit
e26505f82d
|
|
@ -1779,7 +1779,7 @@ public class ConfigurationManagerImpl implements ConfigurationManager, Configura
|
|||
throw new InvalidParameterValueException("unable to find service offering " + id);
|
||||
}
|
||||
|
||||
boolean updateNeeded = (name != null || displayText != null);
|
||||
boolean updateNeeded = (name != null || displayText != null || sortKey != null);
|
||||
if (!updateNeeded) {
|
||||
return _serviceOfferingDao.findById(id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue