integreat-cms
integreat-cms copied to clipboard
[7.11.24] Add bulk action to contact list
Motivation
After #2952 we have a model and list view for contacts of the region. So that users can archive/restore/delete contacts, we need functions and bulk actions.
Proposed Solution
- Implement a function to archive/restore/delete a contact object
- Connect those functions to the icons in each row of the list
- Add bulk action for those three functionalities
Alternatives
None. We do it.
User Story
Additional Context
Wait for #2952