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

Bug: image is required if during event submission you focus on the field #161

Closed
robmcl4 opened this issue Dec 11, 2017 · 1 comment
Closed

Comments

@robmcl4
Copy link
Member

robmcl4 commented Dec 11, 2017

When submitting an event, it will fail during validation because of a missing image if you happen to place that field in focus (clicking on the text field or tabbing through it). If you never focus on that field, it's happy to accept an event with no image.

Firefox 57, 64-bit, Windows

@billdybas
Copy link
Member

This is related to rit-sse/node-api#61

billdybas added a commit that referenced this issue Jan 2, 2018
Also add Datetime picker to start and end date

Also add additional validations:
- required fields
- start and end date occur in the future
- end date occurs after start date
- event name warns when over 25 characters

Also fix issue where when 'Image' was focused,
the backend validation would fail because the
form was submitting '' instead of null.

Fixes #159
Fixes #148
Fixes #130
Closes #160
Fixes #161
vuzDylan pushed a commit that referenced this issue Jan 15, 2018
Also add Datetime picker to start and end date

Also add additional validations:
- required fields
- start and end date occur in the future
- end date occurs after start date
- event name warns when over 25 characters

Also fix issue where when 'Image' was focused,
the backend validation would fail because the
form was submitting '' instead of null.

Fixes #159
Fixes #148
Fixes #130
Closes #160
Fixes #161
billdybas added a commit that referenced this issue Jan 15, 2018
Also add Datetime picker to start and end date

Also add additional validations:
- required fields
- start and end date occur in the future
- end date occurs after start date
- event name warns when over 25 characters

Also fix issue where when 'Image' was focused,
the backend validation would fail because the
form was submitting '' instead of null.

Fixes #159
Fixes #148
Fixes #130
Closes #160
Fixes #161
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants