Added rowCount to disable default API limit of 25 in listing existing AB tests
authorDavid Knoll <david@futurefirst.org.uk>
Tue, 30 Sep 2014 15:50:41 +0000 (16:50 +0100)
committerDavid Knoll <david@futurefirst.org.uk>
Tue, 30 Sep 2014 15:50:41 +0000 (16:50 +0100)
js/angular-crmMailingAB.js

index de685ebd03a37d93bf514da746dc99e0f2293b92..8d5e6a87c01a5f334da1c4d4c7649b5f77bfa161 100755 (executable)
@@ -21,7 +21,7 @@
         controller: 'ABListingCtrl',
         resolve: {
           mailingABList: function ($route, crmApi) {
-            return crmApi('MailingAB', 'get', {});
+            return crmApi('MailingAB', 'get', {rowCount: 0});
           }
         }
       });