projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc3a892
)
Added rowCount to disable default API limit of 25 in listing existing AB tests
author
David Knoll
<david@futurefirst.org.uk>
Tue, 30 Sep 2014 15:50:41 +0000
(16:50 +0100)
committer
David Knoll
<david@futurefirst.org.uk>
Tue, 30 Sep 2014 15:50:41 +0000
(16:50 +0100)
js/angular-crmMailingAB.js
patch
|
blob
|
blame
|
history
diff --git
a/js/angular-crmMailingAB.js
b/js/angular-crmMailingAB.js
index de685ebd03a37d93bf514da746dc99e0f2293b92..8d5e6a87c01a5f334da1c4d4c7649b5f77bfa161 100755
(executable)
--- a/
js/angular-crmMailingAB.js
+++ b/
js/angular-crmMailingAB.js
@@
-21,7
+21,7
@@
controller: 'ABListingCtrl',
resolve: {
mailingABList: function ($route, crmApi) {
- return crmApi('MailingAB', 'get', {});
+ return crmApi('MailingAB', 'get', {
rowCount: 0
});
}
}
});