-
-
Notifications
You must be signed in to change notification settings - Fork 9
winter 1.2.8 support #23
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
Conversation
| public function create() | ||
| { | ||
| $this->formLayout = 'sidebar'; | ||
|
|
||
| parent::create(); | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this required if we're already setting the formLayout to sidebar by default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was meant to be 'standard' in create context... I commited a fix.
LukeTowers
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending merge of wintercms/winter#1312 and release of Winter v1.2.8
Depends on wintercms/winter#1312
Update Winter.Redirect to use formcontroller behavior's default views.