Merge pull request #24106 from eileenmcnaughton/offline
[civicrm-core.git] / ang / crmStatusPage.js
index 4be75df5c8bde52ed29fda83d5dd89877a9efd32..c2eafe3935f3cd6eed2dd42b53664c0080e9f57b 100644 (file)
@@ -9,7 +9,7 @@
 
       resolve: {
         statusData: function(crmApi) {
-          return crmApi('System', 'check', {sequential: 1, options: {limit: 0}});
+          return crmApi('System', 'check', {sequential: 1, options: {limit: 0, sort: 'severity_id DESC'}});
         }
       }
     });