wilsaj / flask-admin-old

Deprecated Flask-Admin 0.x branch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support AJAX forms for creating new objects

wilsaj opened this issue · comments

So adds and edits can be done on related items without leaving the page.
Example:
Teacher has a relationship on Student objects (one to many); we could add an "add a new <...>" button to pop up a student form that would create a new Student without leaving the Teacher edit/create page