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:
6d5c585
)
CRM-16631 - Show unlimited case types
author
Coleman Watts
<coleman@civicrm.org>
Fri, 5 Jun 2015 15:02:14 +0000
(11:02 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 5 Jun 2015 15:02:14 +0000
(11:02 -0400)
ang/crmCaseType.js
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmCaseType.js
b/ang/crmCaseType.js
index 8174e43c1b0a4ff513a068d813262fdb200709ca..3e23ac1d3f075bc4f5df110b1a076751a74cec67 100644
(file)
--- a/
ang/crmCaseType.js
+++ b/
ang/crmCaseType.js
@@
-39,7
+39,7
@@
controller: 'CaseTypeListCtrl',
resolve: {
caseTypes: function($route, crmApi) {
- return crmApi('CaseType', 'get', {});
+ return crmApi('CaseType', 'get', {
options: {limit: 0}
});
}
}
});