Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 4.7.1, 4.7.2
-
Fix Version/s: Unscheduled
-
Component/s: CiviEvent
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Core Team Funds
Description
In CiviCRM 4.6.x you used to be able to supply a type parameter to filter event lists by type. In 4.7.X this appears to no longer work and all events are returned regardless of what is supplied in the type parameter. I can reproduce this on my site running 4.7.1 and on the demo site running 4.7.2.
For example, on the demo site, event type "Fundraiser" is type 3. If I provide an URL:
http://dmaster.demo.civicrm.org/civicrm/event/ical?reset=1&list=1&html=1&type=1,2,4
it should not show me any fundraisers. But it does. It shows me all future dated events, in fact, not just events of type 1, 2, and 4.