uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.53k stars 459 forks source link

Website prefix value set for member/customer panel are same using command line #132

Closed vaishaliwebkul closed 5 years ago

vaishaliwebkul commented 5 years ago

Set prefix using command line : php bin/console uvdesk:configure-prefix

Add checking condition to check whether member and customer panel website prefix cannot be configured with the same value.

shubhwebkul commented 5 years ago

There was no condition for comparing both the values that's why you were able to set both the prefixes with same values..Now we have set a condition for that, this means from now you could not set both prefixes with same values.

vaishaliwebkul commented 5 years ago

As I update website prefix having the same value for both panel , it will get update even after showing warning message . Please fix .