Skip to content
New issue

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

make slug field required #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

m-henderson
Copy link

This will fix #49 but it does require the use to supply a slug.

@m-henderson
Copy link
Author

@madskristensen if you don't want the slug field to be required, we can automatically generate one.

@tbasallo
Copy link

tbasallo commented Feb 2, 2018

I've been meaning to auto-generate one based on the title in my fork. I think this would be ideal.

I wonder if there's a reason it wasn't considered.

@jimmylewis
Copy link
Contributor

I think #52 is the proper fix for this issue. Slug shouldn't be marked as required, as it is normally supposed to be generated from post.Title.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Form Validation For Slug Input
3 participants