Skip to content

Commit 9724279

Browse files
Pearl1594Locharla, Sandeep
authored andcommitted
Allow modification of user vm details if user.vm.readonly.details is empty (apache#10456)
1 parent 09ddd19 commit 9724279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/main/java/org/apache/cloudstack/query/QueryService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public interface QueryService {
120120

121121
ConfigKey<String> UserVMReadOnlyDetails = new ConfigKey<>(String.class,
122122
"user.vm.readonly.details", "Advanced", "dataDiskController, rootDiskController",
123-
"List of read-only VM settings/details as comma separated string", true, ConfigKey.Scope.Global, null, null, null, null, null, ConfigKey.Kind.CSV, null);
123+
"List of read-only VM settings/details as comma separated string", true, ConfigKey.Scope.Global, null, null, null, null, null, ConfigKey.Kind.CSV, null, "");
124124

125125
ConfigKey<Boolean> SortKeyAscending = new ConfigKey<>("Advanced", Boolean.class, "sortkey.algorithm", "true",
126126
"Sort algorithm - ascending or descending - to use. For entities that use sort key(template, disk offering, service offering, " +

0 commit comments

Comments
 (0)