CS-14341 Order of Compute offerings does not stick

resolved fixed
This commit is contained in:
frank 2012-04-12 17:25:17 -07:00
parent 80775b1137
commit e26505f82d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}