rhtyd 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_r274805919
 
 

 ##########
 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:
   Can you rectify the description to reflect the general use-case of the 
config key @anuragaw ?

----------------------------------------------------------------
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

Reply via email to