MA
Asked
Dear Support,
I am encountering an alert message when trying to add a new Brand while using Arabic language but not when the language is English!
The same happens when adding a new user group.!
How can fix this issue?
The messages are in the screenshots attached.
Regards,
Attachments
- MSAnswered
Hello,
That is due to
alpha_numeric_spaces
andalpha_dash
rule validations.You can modify the
add_brand
method of settings controllerapp/controllers/admin/System_settings.php
to remove these rules.Thank you
- Login to Reply