Category Slug error when changing "Allow owner to edit first post indefinitely"

Good find! thanks for the report, we auto-generate a slug on saving an edit if it’s left blank, so the validation is too strict here.

I’m removing the validation here:
https://github.com/discourse/discourse/pull/41570

3 Likes