Open lb- opened 2 years ago
Flagging as a good first issue as this should hopefully be a matter of investigating existing code (documents listing would be best) and seeing how to implement the same in the form submissions listing.
Unlike https://github.com/wagtail/wagtail/issues/8183 there is no need to work out how to deal with the other buttons on hover.
I'll give it a shot
@lb- help to get started on it, please.
@PaarthAgarwal I suggest starting with https://docs.wagtail.org/en/stable/extending/custom_bulk_actions.html
Have a look at how the bulk actions is built for documents, read through all the files in wagtail/documents/views/bulk_actions
and wagtail/admin/templates/wagtailadmin/bulk_actions
to get a feel for the code and the templates used.
We will have to create only the deleting action?
We will have to create only the deleting action?
Currently form submissions only support deletion, so that is all that would be needed for resolving this issue.
There are discussions about adding other actions (such as archive - https://github.com/wagtail/wagtail/issues/8180 ) but that would not be in scope of this issue, just good to be aware of.
I am working on this one
Is your proposal related to a problem?
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Screenshot of form responses checkbox (2.16)
Screenshot of document listing bulk actions for comparison