Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-18654

Custom field error on CiviVolunteer activity type from getTree updates

    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

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                eileen Eileen McNaughton
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: