Open FerdinaKusumah opened 1 year ago
Hi there!
Thanks for using django_admin_confirm. We don't currently support inlines. The readme says Note: AdminConfirmMixin does not confirm any changes on inlines
. So I would consider this a feature request.
:) I'm happy to review and accept a PR for such a feature.
Edit: A ModelAdmin that has AdminConfirmMixin containing inlines should confirm fields on the model itself fine, but doesn't support it on inlines currently.
I dont know wheter this is issue or feature request, but i cannot implement in here @TrangPham
This is my inline form
This is my admin class
This is my model
But in when i'm change inline value it's not showing confirmation. Am i do something wrong ?
Thank you