Details
-
Type: Improvement
-
Status: Won't Do
-
Priority: Major
-
Resolution: Won't Do
-
Affects Version/s: 4.6.16, 4.7.7
-
Fix Version/s: Unscheduled
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
I found a new regression on the getTree function. On a site with civivolunteer registered the extends value had an extends entry of 'CRM_Core_DAO::VALUE_SEPARATORCRM_Core_DAO::VALUE_SEPARATOR'
which failed validation
I got past it with
elseif (!trim($subTypes, CRM_Core_DAO::VALUE_SEPARATOR))
{ $subTypes = array(); }I don't know if we should be removing that string in the upgrade script or using my fix
Attachments
Issue Links
- is supplemented by
-
CRM-18776 Views and non-Contact entities with custom field groups
- Done/Fixed