Skip to content

feature: resend_activity action for Activity admin

Calum Mackervoy requested to merge resend-activity-admin into master

Adds an action to resend activities from the Django admin

Example usage:

Screenshot_2021-12-18_at_15.41.34

Useful in debugging when you want to resend one or more activities to test for a new outcome, or for helping with database synchronisation after a failure in production

Merge request reports