CRM-13422 - Add MappingInterface::validateSchedule().
authorTim Otten <totten@civicrm.org>
Sat, 29 Aug 2015 18:49:13 +0000 (11:49 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 27 Sep 2015 01:59:36 +0000 (21:59 -0400)
commit7f0141d888065881f63fbe7f3c78164cfbb6adad
tree921137db5fb5c66bfe81e1e18cccb84d6ab5ff65
parentd3600e688a7a935a87200b05c05209f4cf4b3985
CRM-13422 - Add MappingInterface::validateSchedule().

Also: In CRM_Admin_Form_ScheduleReminders, extract parseActionSchedule()
from postProcess().  Now we can call parseActionSchedule() from both
postProcess() and formRule().
CRM/Admin/Form/ScheduleReminders.php
CRM/Contribute/ActionMapping/ByPage.php
CRM/Contribute/ActionMapping/ByType.php
CRM/Core/BAO/ActionSchedule.php
Civi/ActionSchedule/Mapping.php
Civi/ActionSchedule/MappingInterface.php