Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6.7
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
I suspect this is a recent regression ut I haven't tracked that back - we are dealing with a saved smart group with the search string :
( ( civicrm_address.postal_code IN ('21201','21202','21205','21206','21207','21208','21209','21210','21211','21212') AND `civicrm_group_contact_cache_1112`.group_id = 1112 ) )
The group is not loading & when I look in the query object I see a patch of code that is casting the array to a string. I will submit a PR that demonstrates that & ask Evan to comment as to whether he can shed any light as to the history of the smart group (created pre or post upgrade ?)