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
👋 Hi there! In order to keep this repository focused on bug reports, we auto-close feature requests and requests for help. Feel free to post your feature requests so others can discuss and add reactions. We'll keep an eye on them for later planning.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Fields with default() won't save into database if use readonly(), but still displays on page.
Detailed steps to reproduce the issue on a fresh Nova installation:
1. define a field with default use readonly
2. do save or update
3. check data in database
field value won't save
The text was updated successfully, but these errors were encountered: