-
Notifications
You must be signed in to change notification settings - Fork 2
Add highlighting to missing inputs in Event creation and Event edition #314
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
Conversation
Zafouche
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just player around with it, there seems to just be one missing.
For the EventEdition screen: It works well, no problems here.
For the EventCreation screen, the Description field is missing the red highlighting, so I'll request this simple change.
Other than that it looks good, nothing to say about the code. Good work
|
Oh you are right, I forgot it, my bad |
Zafouche
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem.
Just pulled the change and tested it, it works. All done!
|



This issue was flagged #269. It is part of polishing the inconsistencies of our app. In event creation/edition, you cannot save your work if some inputs are not filled out, but currently, it is not shown which input is missing. This task aims solve this issue