Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process actions on Form subclasses #6928

Conversation

chillu
Copy link
Member

@chillu chillu commented May 18, 2017

Regression introduced through #6362.

One area where this surfaced: Importing members in admin/security (through MemberImportForm).

Quote from the RFC:

Thus the order of action precedence becomes

action callback
action on the Form
action on the FormRequestHandler
action on any parent controller (if given)

Regression introduced through silverstripe#6362.

Quote from the RFC:

```
Thus the order of action precedence becomes

action callback
action on the Form
action on the FormRequestHandler
action on any parent controller (if given)
```
@dhensby dhensby merged commit db3e3d5 into silverstripe:master May 18, 2017
@chillu chillu deleted the pulls/4.0/form-action-handler-regression branch May 18, 2017 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants