Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.19
-
Fix Version/s: None
-
Component/s: CiviEvent
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
We have 20000+ events in our CiviCRM database. After upgrading from 4.7.15 to 4.7.19, and applying several patches for making CiviEvent working again (CRM-20549, CRM-20581, CRM-20665), we still cannot set event locations.
The problem is that in CRM_Event_BAO_Event::getLocationEvents() all existing events are loaded into memory using an api call.
I will see whether I can work around this on.