Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.29, 4.7.30, 4.7.31
-
Fix Version/s: 5.1
-
Component/s: CiviEvent
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:Yes
Description
The fix for updating priceSet for repeated events introduced a problem when the priceset is not used and therefore not set (empty string).
in this case the if clause in CRM/Core/Page/AJAX/RecurringEntity.php fails an returns an empty array, causing the save action to fail without any errors or notices.