Fields order and date not saving values with database driver #11984
Unanswered
JaavierR
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm encountering a potential bug in Statamic when working with custom fields named
order
anddate
.Both fields were created successfully from the blueprint and are visible and editable in the Control Panel. However, after setting values for these fields, saving the entry, and reopening it, both fields show up empty.
I'm using the database storage driver. Looking directly at the database, I can see that the order field is saved correctly, but it still appears blank in the Control Panel. Meanwhile, the date field is never saved, even when a value is set.
I also checked that the migration correctly includes both fields (
order
anddate
) as columns in the table.Am I missing something? Or could this be a bug in how Statamic handles these field names when using database storage?
Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions