Skip to content

Make the rule action form more generic so child classes can inherit more functionality

mattwire requested to merge mattwire/civirules:moregenericruleactionform into master

This cleans up and enhances the CRM_Civirules_Form_RuleAction class so it can be used more easily by child classes.

The "delay" template is separated so it can be included by actions that implement their own form.

We use a more reliable way to get the ruleId in the postProcess() so that redirects are more likely to work when the action config has been refreshed etc.

Merge request reports