Task #23407
openTask #23406: GRSF records management panel : bug fixes, tests and improvements
GRSF Manage widget enhancements: social post, replace the BR tags with new lines.
100%
Description
Since: https://support.d4science.org/issues/20203#note-17
We need to replace the BR tags with new lines.
Updated by Francesco Mangiacrapa almost 3 years ago
- Subject changed from GRS Manage widget: enhancements to GRS Manage widget enhancements: social post, replace the BR tags with new lines.
Updated by Francesco Mangiacrapa almost 3 years ago
- Subject changed from GRS Manage widget enhancements: social post, replace the BR tags with new lines. to GRSF Manage widget enhancements: social post, replace the BR tags with new lines.
Updated by Francesco Mangiacrapa almost 3 years ago
- Status changed from New to In Progress
Updated by Francesco Mangiacrapa almost 3 years ago
- % Done changed from 0 to 100
The messages used to publish social posts from "grsf-manage-widget" have been rewritten with new lines \n' instead of the HTML tag
`
POST_MESSAGE = "Dear members,\nThe record 'PRODUCT_TITLE' has been just updated by USER_FULLNAME.\nYou can inspect it here: LINK_RECORD."; POST_ON_REVERT = "Dear members,\na merge operation has been reverted on this record RECORD_URL by ADMIN_WHO_CHANGED. The merge was originally proposed by ORIGINAL_USER.";
The messages sent via emails will continue to keep the HTML tag <br>
Enhancement available in the branch: https://code-repo.d4science.org/gCubeSystem/grsf-manage-widget/src/branch/task_23406
Updated by Francesco Mangiacrapa almost 3 years ago
- Status changed from In Progress to Feedback
This enhancement has just been released in PRODUCTION (see https://support.d4science.org/issues/23435)
Updated by Francesco Mangiacrapa almost 3 years ago
- Assignee changed from Francesco Mangiacrapa to Aureliano Gentile
Updated by Aureliano Gentile almost 3 years ago
Thanks Francesco, we will review and close this ticket as soon as the management panel is back at work and we can review the notification messages.