anuragaw commented on a change in pull request #3242: [WIP DO NOT MERGE]
server: add support for sorting zones in UI/API
URL: https://github.com/apache/cloudstack/pull/3242#discussion_r273909441
##########
File path: api/src/main/java/org/apache/cloudstack/query/QueryService.java
##########
@@ -85,9 +85,12 @@
public interface QueryService {
// Config keys
- static final ConfigKey<Boolean> AllowUserViewDestroyedVM = new
ConfigKey<Boolean>("Advanced", Boolean.class, "allow.user.view.destroyed.vm",
"false",
+ ConfigKey<Boolean> AllowUserViewDestroyedVM = new ConfigKey<>("Advanced",
Boolean.class, "allow.user.view.destroyed.vm", "false",
"Determines whether users can view their destroyed or expunging vm
", true, ConfigKey.Scope.Account);
+ ConfigKey<Boolean> SortKeyAscending = new ConfigKey<>("Advanced",
Boolean.class, "sortkey.algorithm", "true",
Review comment:
Yes @DaanHoogland . That's how global config seems to have been designed and
used.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services