uvdesk / support-center-bundle

Provide your customers with convenience by introducing the Support Center Portal to your UVDesk Community Helpdesk System.
https://www.uvdesk.com
MIT License
34 stars 25 forks source link

Show warning when creating article with an already occupied slug name, update validation criteria when creating folders #163

Closed vipin-shrivastava closed 2 years ago

vipin-shrivastava commented 2 years ago

1. Why is this change necessary?

If the user creates an article then it takes & saves the same slug value. Slug value should not be the same.

2. What does this change do, exactly?

Now, first, we check if the given slug value is present in the database table then it shows a warning.

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

https://github.com/uvdesk/core-framework/issues/495