Thursday, March 25, 2021
2 changes
Resolved issues and error corrections
Field service sales now shows an error message in a way that can be properly translated. This helps users in different languages receive clear guidance when a product quantity cannot be updated.
Original PR description
Before this commit, we give a variable containing the error message throw by the `_setValue` method. The problem is `_t` method need an explicit string to translate the error message. This commit replaces the variable by an explicit error message. Related PR: #16088
This fixes the automatic email shown when a subscription payment fails so the message no longer creates repeated quote sections or extra “read more/read less” links. Business users get a cleaner chatter view and clearer communication around failed payments.
Original PR description
The current automatic mail sent when a payment fails was triggering multiple quotes due to a structure error, leaving multiple "read more/read less" anchors in the chatter view. This commit fixes this problem by adding a parent element enclosing the signature quote and preventing the rest of the text having 'data-o-mail-quote' attributes, being hidden by the 'read more' button. task-2381080 