Thursday, February 23, 2023
2 changes
Resolved issues and error corrections
This update aligns Sign tests with a fix that prevents inactive users from being subscribed as followers. It helps ensure document-related notifications and follower lists only involve active users, reducing confusion and unwanted subscriptions.
Original PR description
Sign runs tests with root user which is inactive. However inactive users should never be added as followers, which is now fixed in community. This commit updates tests accordingly. Tests should probably user a real user, but trying to convert them lead to other issues in tests which require some cleaning, and which is outside the scope of this fix. Task-3046371 (Mail: Better Language Support in Composer)
Fixed an issue where a message in the contract signing workflow did not display correctly in the activity feed. This helps users see contract-related updates in a clear, properly formatted way.
Original PR description
Prior to the fix, the Markup was joined with a string and that's why it was not rendered properly. task - 3140639