Mepps has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/crm/civicrm 
refs/changes/30/374830/1

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: newchange
Gerrit-Change-Id: I780c75293017f65b0b34ead75624d4decc1add76
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/crm/civicrm
Gerrit-Branch: master
Gerrit-Owner: Mepps <[email protected]>

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

Reply via email to