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

should register_actions be distinct from register components #129

Open
jjn1056 opened this issue Dec 10, 2015 · 0 comments
Open

should register_actions be distinct from register components #129

jjn1056 opened this issue Dec 10, 2015 · 0 comments

Comments

@jjn1056
Copy link
Member

jjn1056 commented Dec 10, 2015

setup_actions runs after setup_components, which means that controllers are setup before the actions that are inside them. This makes it hard to do some things with controllers at setup_components, since they are in some way not truly completely setup.

The proposal is to change this so that controller setup_action on their actions using the setup_components phase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant