-
Notifications
You must be signed in to change notification settings - Fork 4
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
Only use values from form_columns on item updates #63
Comments
Also it is a bug - if you have a foreign key in the table which can be NULL but the column isn't included in form columns, you get sth like that:
|
Grega, how can we limit the item update to form columns only? |
Dropdown is safest but not always ok. Autocomplete doesn't restrict it, but there may be a way to ensure only suggested items have been selected. I don't have time right now to look into details. |
I'm working on a patch. |
This patch should be good, though it is possible we get regressions. |
The text was updated successfully, but these errors were encountered: