DigitalState / Cms

The DigitalState Cms Microservice
MIT License
5 stars 2 forks source link

Unable to create a Page entity due to `slug` validation error #4

Closed baddlan closed 6 years ago

baddlan commented 6 years ago

”slug: This value should not be blank.” error is thrown whether slug is provided or not.

StephenOTT commented 6 years ago

Should slug be a required field @baddlan ?

baddlan commented 6 years ago

It depends on what you want to do with pages. But this bug prevents the Page from being saved whether slug is provided or not.

StephenOTT commented 6 years ago

@baddlan ahh! I did not see the previous "or". Updated with bold.

marioprudhomme commented 6 years ago

Sluggable interface was missing. Fixed.