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
172ea6f109
commit
cc4e4e69d8
|
|
@ -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