jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/374830 )

Change subject: Remove auto limit of 25
......................................................................


Remove auto limit of 25

Change-Id: I780c75293017f65b0b34ead75624d4decc1add76
---
M CRM/Core/BAO/Mapping.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Eileen: Looks good to me, approved



diff --git a/CRM/Core/BAO/Mapping.php b/CRM/Core/BAO/Mapping.php
index 4aeb934..d9b9fc6 100644
--- a/CRM/Core/BAO/Mapping.php
+++ b/CRM/Core/BAO/Mapping.php
@@ -115,7 +115,7 @@
    *   Array of mapping names, keyed by id.
    */
   public static function getMappings($mappingType) {
-    $result = civicrm_api3('Mapping', 'get', array('mapping_type_id' => 
$mappingType, 'options' => array('sort' => 'name')));
+    $result = civicrm_api3('Mapping', 'get', array('mapping_type_id' => 
$mappingType, 'options' => array('limit' => 0, 'sort' => 'name')));
     $mapping = array();
 
     foreach ($result['values'] as $key => $value) {

-- 
To view, visit https://gerrit.wikimedia.org/r/374830
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I780c75293017f65b0b34ead75624d4decc1add76
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/civicrm
Gerrit-Branch: master
Gerrit-Owner: Mepps <[email protected]>
Gerrit-Reviewer: Eileen <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to