feat(contributor): [AOU-1954] add contact contributor button to contributor dashboard
Need new backend endpoint admin/contributors/contact-contributor
Merge request reports
Activity
assigned to @Alicia.DeDiosFuente
added 12 commits
-
e2f3838b...38c3086d - 11 commits from branch
master
- 19bed886 - feat(contributor): [AOU-1954] add contact contributor button to contributor dashboard
-
e2f3838b...38c3086d - 11 commits from branch
- Resolved by Florent Poittevin
The previous behaviour when clicking to the "Contact an author" at the detail archive page should remain as it was, meaning, it should contact the person providing the publicationId. However from the contributors page, it should contact the contributor without providing any publicationId. I have create a dedicated endpoint for this:
http://localhost:20200/aou-administration/admin/contributors/contact-contributor
Where the body should remain the same as the other endpoint:
{ "messageContent": "testing ?", "recipientCnIndividu": "102427", "senderEmail": "``Alicia.DeDiosFuente3@unige.ch``", "senderName":"De Dios Fuente, Alicia"}
mentioned in merge request aou-backend!895 (merged)