-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Title will not save in templates #104
Comments
I'm having the same issue. Upgraded this morning. My error message is
Checking through the source I can see that title is now nullable which is wasn't to begin with.
Looking at the request tab TIA |
Running into this issues as well, it looks like the title does get saved as an attribute just fine but it won't display in the admin or when using Even though the title gets saved as |
Same issue here. The title attribute does not get populated on the index/edit/detail views within Nova also. Any chance on getting this fixed? I will need to either downgrade or fork this as we will soon be using this in production. |
If this helps anyone.. I resolved this (temporarily) by using an observer on the page model that updates the model with the title attribute.
|
Workaround by overriding the Template and two methods
|
I've recently upgraded to Nova4, along with upgrading all nova packages, including nova-page.
Now I have a problem where I cannot save the page template title. I have checked my migrations and config and they match the current versions. I have also checked that my template file structures match.
I only noticed this problem when I created a new template. My old page templates stayed the same so I did not notice there.
Everything else saves, just not the title. I tried downgrading but 0.3.2 didn't work at all.
The text was updated successfully, but these errors were encountered: