-
Type:
Bug
-
Status: In QA Testing
-
Priority:
Low
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Company:All Clients/Multiple Clients
-
Epic Link:
On CBAT-DMS , While user try to edit any Email template and than save it , changes get saved successfully while throwing an error related to "Template Invalid name" . This issue occurs on below Email type:
- Form(s) Delinquent Email
- Form(s) Completion Email
attaching screenshots for the same
Hi Mohd Belal
I have fixed the issue of the validation message. It was the previous implementation when we do not support the special characters in the email template name. But we had removed the check from the backend but not at the front-end. So now I have removed the pattern check from the UI side as well.
Apart from that also provided the fix for one more issue in this:
During edit the email template if we refresh the page it becomes the create a new email template. So this is now fixed.
Here is the PR for this: https://github.com/cbdr/DMS/pull/1231 Please review it.
Thanks
Narendra K.