django-bootstrap-modal-forms icon indicating copy to clipboard operation
django-bootstrap-modal-forms copied to clipboard

Allow to send extra parameters in the POST request.

Open AlbertoNieto44 opened this issue 3 years ago • 0 comments
trafficstars

It would be good to be able to extend the data which is sent through the ajax requests.

As as example, let us imagine that we want to update several records at once in a tree view. Then we would need the selected elements to apply the changes. Like this:

image

It would be good to add an extra option in the settings dict to make it extendable.

AlbertoNieto44 avatar Sep 13 '22 00:09 AlbertoNieto44