RecurringEntity - Cleanup godawful form code
authorcolemanw <coleman@civicrm.org>
Wed, 6 Sep 2023 14:41:11 +0000 (10:41 -0400)
committercolemanw <coleman@civicrm.org>
Wed, 6 Sep 2023 14:41:11 +0000 (10:41 -0400)
commitf145179e2046eff60bb1c0c8c5b953da8847720a
tree459788ee6986c877460604e6fc7c3997681bfee1
parent27d105106c901b268736a376a2ff30f99d59ebe8
RecurringEntity - Cleanup godawful form code

Before - Form code is terrible
After - Form code still deeply flawed but a bit easier to read

This form code belongs in a BAO where it can have an api and proper tests
but this at least cleans it up a bit to make it legible.
CRM/Core/BAO/RecurringEntity.php
CRM/Core/Form/RecurringEntity.php
CRM/Event/Form/ManageEvent/Repeat.php