uvdesk / core-framework

UVDesk Community Helpdesk Core Framework Bundle providing the core essential functionalities and integration tools to easily integrate any other community helpdesk packages.
https://www.uvdesk.com
MIT License
60 stars 50 forks source link

fix: Ticket type desc. line break, error in tinymce config #699

Open faizan1191 opened 10 months ago

faizan1191 commented 10 months ago

1. Why is this change necessary?

Fixes the issue of TinyMCE configuration error when the ticket type description has a line break.

2. What does this change do, exactly?

Followed already used approach of code, i.e. replaced line break (\n) and carriage return (\r) to space (' ') in the ticket type description

3. Please link to the relevant issues (if any).

https://github.com/uvdesk/community-skeleton/issues/689

faizan1191 commented 10 months ago

@Komal-sharma-2712 if you want any changes you can ask. Cause i found this issue in other mentions also. And also please make sure to add hacktoberfest label before merging the request.