New feature: inline forms#147
Conversation
b2d02eb to
7821c64
Compare
7821c64 to
a7ad92a
Compare
|
interesting. It would be nice to switch from a GET to a POST see #16 For this specific use case of sending additional values to the action, I always thought about using an interstitial page instead of expanding what the button can do. I'm not so sure about adding this kind of functionality since Django Admin Actions don't have an equivalent |
|
Thanks for the comment. I'll create a separate PR for POST. It's already in a separate commit. For inline forms: Adding inline forms does not prevent you from using interstitial pages. IMO It's just handy to have the option to add a simple input instead of building a separate two-stage form. You gave me something to think about, though. I'm going to rename the property to |
Add support for intermediate page with "modal" form
This PR adds an option to add a simple inline form next to the action button: