We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yet another one of consequence of #205: after denying to specify multiple hyphens in #403 it's still possible to have DuplicateKeyException:
DuplicateKeyException
te-st
te- st
We should add yet another validator that takes name, convert it to slug and checks in database whether it exist or not.
The text was updated successfully, but these errors were encountered:
daea019
/country/add: add validation for unique slug.
28a94d1
This fixes DuplicateKeyException when name contains mix of spaces and hyphens. Fix php-coder#487
php-coder
No branches or pull requests
Yet another one of consequence of #205: after denying to specify multiple hyphens in #403 it's still possible to have
DuplicateKeyException
:te-st
te- st
We should add yet another validator that takes name, convert it to slug and checks in database whether it exist or not.
The text was updated successfully, but these errors were encountered: