Skip to content
Snippets Groups Projects
Unverified Commit 40613664 authored by Sandeep Chauhan's avatar Sandeep Chauhan Committed by GitHub
Browse files

Add activity for project title update (#4006)

Fixes #3947 

An activity and a slack notification are there now for project title
update.
parent b5ce2f73
No related branches found
No related tags found
1 merge request!98Merge 5.15.0 into ardc-main
......@@ -49,6 +49,9 @@ class ActivityAdapter(AdapterBase):
),
MESSAGES.CREATED_PROJECT: _("Created project"),
MESSAGES.PROJECT_TRANSITION: "handle_project_transition",
MESSAGES.UPDATE_PROJECT_TITLE: _(
"{user} has updated the project title from {old_title} to {source.title}"
),
MESSAGES.UPDATE_PROJECT_LEAD: _(
"Lead changed from {old_lead} to {source.lead}"
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment