From 265af90b9c07421b9931b64e3e8f92fa4acfae08 Mon Sep 17 00:00:00 2001 From: Michael Devery Date: Tue, 17 Apr 2018 09:50:28 +0100 Subject: [PATCH] CRM-21849: Remove limit on API call --- templates/CRM/Contact/Form/Relationship.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Form/Relationship.tpl b/templates/CRM/Contact/Form/Relationship.tpl index d66d3969a2..79c16e9289 100644 --- a/templates/CRM/Contact/Form/Relationship.tpl +++ b/templates/CRM/Contact/Form/Relationship.tpl @@ -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 -- 2.25.1