Skip to content

Commit

Permalink
CRM-21849: Remove limit on API call
Browse files Browse the repository at this point in the history
  • Loading branch information
mickadoo committed Apr 17, 2018
1 parent 8e383c2 commit 265af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Form/Relationship.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
defer.resolve(relationshipData);
}
CRM.api3("RelationshipType", "get")
CRM.api3("RelationshipType", "get", {"options": {"limit":0}})
.done(function (data) {
$.each(data.values, function (key, relType) {
// Loop over the suffixes for a relationship type
Expand Down

0 comments on commit 265af90

Please sign in to comment.