Skip to content
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

Primary key field name not included in inline models form columns #2282

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mccarthysean
Copy link
Contributor

When creating or editing an inline model, the inline model's form_columns MUST contain the primary key field's name, otherwise there's an AttributeError and the user has no idea what went wrong... I've just added a (hopefully) helpful error message so users can quickly fix the problem and move on with minimal frustration

Based on this error:
https://stackoverflow.com/questions/34313253/flask-admin-inline-modelling-passing-form-arguments-throws-attributeerror

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant