Friday, May 23, 2025
2 changes · saas-18.1
Resolved issues and error corrections
Users can now mention partners in public discussion channels without the previous restriction blocking them. This fixes a communication issue and makes public channel conversations behave as expected.
Original PR description
Purpose of this commit: To remove the restriction of the partner being mentioned on a public channel.
Users can now send or reuse an unchanged Sign template without being interrupted by an incorrect warning. The warning only appears when actual template changes are made and saving fails, reducing confusion and avoiding unnecessary disruption.
Original PR description
### **Version:** saas-18.1 --- ### **Steps to reproduce:** 1. Open a sign template. 2. Make **no changes** to the template. 3. Try to send or reuse the template which has sign_request. 4. A warning appears. --- ### **Issue:** The warning dialog is incorrectly triggered even when the template hasn't been modified. This leads to unnecessary interruption and confusion, especially when the user only intends to reuse or send the existing template without editing it. --- ### **Cause:** The `saveTemplate()` method did not verify whether the template had any actual changes. --- ### **Solution:** Added a check to ensure the warning is shown when the user made actual changes to the template. task-4778666