-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add client-side validation for non-null GitHub username #259
Comments
This could be missing because this gem uses Rails validations, which are the following (i.e. organization.github_org is conditional):
|
@DBNess, |
@thefenry - whoa! which environment is this screenshot from? Here's what Production looks like in Chrome for me when I try to submit an entirely blank project submission form: |
Hmm yeah weird. I see it not working on the deployed site but on my forked project it is working just fine. I am running rails 3.2.19 and ruby 2.0.0-481. All Gems installed and linux machine using chrome as the browser. Maybe someone made a pull request did not get linked to this issue perhaps? |
Description
Add validation to GitHub username/organization field as well (follow-up from #166 #256 & #257):
Admins need to be able to create organizations without a
:github_org
, so this validation can only exist on the front end.Ask / To Do
Additional Info
We use the ClientSideValidations gem for front end validations.
The text was updated successfully, but these errors were encountered: