-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Behaviour default views #1312
base: develop
Are you sure you want to change the base?
Behaviour default views #1312
Conversation
I've been wanting to do this for ages... Great work! |
Co-authored-by: Marc Jauvin <marc.jauvin@gmail.com>
…nter into wip/behaviour-default-views
@LukeTowers @mjauvin any thoughts on my changes to |
I like it @jaxwilko, as long as it doesn't introduce BC issues, which it shouldn't. |
This is such a great improvement, will make renaming a controller much less tedious! |
Running this on all controllers for my latest project in dev, so far so good! |
@LukeTowers anything preventing this to be merged? |
@mjauvin I need to finish going through the rest of the Winter plugins and testing it out to make sure we're not missing any pieces. Already had some valuable changes just from implementing it on the Blog plugin so I want to check the remaining ones. Will be working on it again tomorrow during office hours. |
…idebar preview view
This PR adds support for using default views for the FormController & ListController behaviour. Included is a patch that changes the
create:controller
command to not generate these files unless--stubs
is passed.To Review: