pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.77k stars 1.57k forks source link

Feature request: Creating / editing related models without losing context #1109

Open jacobsvante opened 8 years ago

jacobsvante commented 8 years ago

Something I greatly miss from Django's admin is the ability to create and edit one-to-many and many-to-many relationships without losing context. Right now the best alternative I know for Flask-admin is to open up a new tab in the browser and do your edits, then reloading the original page you were at to get the new / edited items. I've attached some screenshots that display the functionality in Django.

screen shot 2015-11-13 at 11 42 48 screen shot 2015-11-13 at 11 43 19 screen shot 2015-11-13 at 11 43 29
petrus-jvrensburg commented 5 years ago

I would love to see this feature. In general the inline-models feel rather clunky in Flask Admin at the moment. PR's are welcome.

michaelbukachi commented 3 years ago

@petrus-jvrensburg I'd love to address all the inline-forms related issues, Is there a roadmap of what is expected out of inline forms in terms of functionality?