Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.6
-
Fix Version/s: 4.5
-
Component/s: Drupal Integration Modules
-
Labels:
-
Documentation Required?:None
Description
See http://forum.civicrm.org/index.php?topic=29404.0, "CiviGroup Roles Sync not picking up Group".
Symptom:
Missing group names in the CiviGroup Roles Sync list of association rules, /admin/config/civicrm/civicrm_group_roles .
To replicate:
1. Have more than 25 groups in Civi.
2. Enable CiviGroup Roles Sync.
3. Create some association rules.
4. View the association rules list.
Result:
Names are missing for groups that are not in the 25 returned by an API v3 Group get.
Fix:
Ensure that the API v3 Group get retrieves all groups.
Patch attached, against 4.4.6 Drupal 7 version.
If a pull request is preferred to a patch, which branch(es) should it be against, for the D6 & D7 versions?