CromwellCMS / Cromwell

WordPress-like CMS for Next.js websites
https://cromwellcms.com
MIT License
698 stars 98 forks source link

Check slug uniqueness #188

Open eilrix opened 2 years ago

eilrix commented 2 years ago

Slug field in admin panel on any entity page is not checking for uniqueness on input. We can only know that after we hit "Save" and get error. We need to add this check on input.

robodove commented 2 years ago

i think i might add this in #193