We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba8e40 commit 19ef999Copy full SHA for 19ef999
1 file changed
framework/config/src/org/apache/cloudstack/framework/config/impl/ConfigDepotImpl.java
@@ -97,7 +97,7 @@ public void populateConfigurations() {
97
_configDao.persist(vo);
98
} else {
99
if (vo.isDynamic() != key.isDynamic() ||
100
- !ObjectUtils.equals(vo.getDescription(), vo.getDescription()) ||
+ !ObjectUtils.equals(vo.getDescription(), key.description()) ||
101
!ObjectUtils.equals(vo.getDefaultValue(), key.defaultValue())) {
102
vo.setDynamic(key.isDynamic());
103
vo.setDescription(key.description());
0 commit comments