You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my model, I have a field called "state", but its value isn't populated in the edit form generated by Administrate while all other fields work fine. Not sure if "state" is a reserved keyword or has any other conflicts ? Can anyone help me with this ? Thanks
The text was updated successfully, but these errors were encountered:
nickcharlton
added
models
models, associations and fetching the underlying data
fields
new fields, displaying and editing data
and removed
bug
breakages in functionality that is implemented
labels
Jan 20, 2025
Administrate shouldn't have anything special here, if there is it's a bug. I'd check that the fields work with a controller/view that you've written, as it's possible that it's not bubbling up the error message.
Failing that, create a demo app and we can take a look.
In my model, I have a field called "state", but its value isn't populated in the edit form generated by Administrate while all other fields work fine. Not sure if "state" is a reserved keyword or has any other conflicts ? Can anyone help me with this ? Thanks
The text was updated successfully, but these errors were encountered: