We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
多对多的关联关系是不是目前没法自动生成表单
就算是官方给的 Demo,里面有 Article 和 Tag 是多对多关联关系,在界面上没法展示出这个关联关系的编辑界面。编辑 Article 的时候 tags 这个字段根本没展示出来。 正常来说应该做成类似 category_id 这样的,改成多选框就行。
https://github.com/amisadmin/fastapi-amis-admin-demo/blob/master/backend/apps/blog/models.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
多对多的关联关系是不是目前没法自动生成表单
就算是官方给的 Demo,里面有 Article 和 Tag 是多对多关联关系,在界面上没法展示出这个关联关系的编辑界面。编辑 Article 的时候 tags 这个字段根本没展示出来。
正常来说应该做成类似 category_id 这样的,改成多选框就行。
https://github.com/amisadmin/fastapi-amis-admin-demo/blob/master/backend/apps/blog/models.py
The text was updated successfully, but these errors were encountered: