You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php-coder
changed the title
/category/add: DuplicateKeyException when name contains mix of spaced and hyphens
/category/add: DuplicateKeyException when name contains mix of spaces and hyphens
Oct 5, 2016
Uh oh!
There was an error while loading. Please reload this page.
Yet another one of consequence of #206: after denying to specify multiple hyphens in #465 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: