]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5820 Sort by name by default
authorStas Vilchik <vilchiks@gmail.com>
Tue, 23 Dec 2014 15:58:29 +0000 (16:58 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Tue, 23 Dec 2014 16:36:47 +0000 (17:36 +0100)
server/sonar-web/src/main/js/coding-rules/controller.js

index 3d391182d7433094e73ae5efcdd43c7c19650d61..83120f0b59a49a707fcfc707e4f150a382d6ef51 100644 (file)
@@ -17,7 +17,9 @@ define([
         p: this.app.state.get('page'),
         ps: this.pageSize,
         facets: true,
-        f: this.ruleFields.join()
+        f: this.ruleFields.join(),
+        s: 'name',
+        asc: true
       };
     },