-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix: added check for required-fields and rendering gender #3567
fix: added check for required-fields and rendering gender #3567
Conversation
Please review the PR, Travis CI is probably failing because of indentation errors, fixing it soon. Is my approach correct? @CosmicCoder96 @mrsaicharan1 |
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.
- Semantic Naming for PR.
- Fix Indents.
- Check the PR previously made to it and follow the same.
- Include a GIF showing what changes you have made and details you filled. (Before/After).
- Show me the rendering of
gender field
|
Update? |
I was away for a while due to festive season, back on it and will give you the updates asap. |
d07e5ee
to
475f1c6
Compare
I have updated the changes suggested
Please review @CosmicCoder96 @kushthedude @mrsaicharan1 |
475f1c6
to
050a7f7
Compare
@iamareebjamal I have fixed the changes required please review, already requested active reviewers on the project |
Thanks. Can you please confirm that if you remove the |
050a7f7
to
ce5904b
Compare
@iamareebjamal the change is not related to form submission, I have changed the way things are rendering in the attendee section i.e. in the attendee list template |
ce5904b
to
ee60e22
Compare
@iamareebjamal Please let me know if I am wrong with my facts, the form was getting submitted before I added the required field, my workflow was:
Please merge my Pull Request if this is the correct approach. |
ee60e22
to
c842b04
Compare
I have checked this and yes we are able to submit the form successfully. Created two tickets with both required and non-required fields, working is as shown in initial screenshots. |
Then it needs to be fixed on server. Please open an issue on server |
ok opening an issue on server for required fields but I think I should modify this for correcting the rendering of gender field? |
@kushthedude Will be able to tell better |
@kushthedude Please suggest me if I should modify the PR in the context mentioned above |
7b9aa55
to
5c6d1f1
Compare
@kushthedude Please confirm |
5c6d1f1
to
593eba3
Compare
Here is an overview of what got changed by this pull request: Complexity increasing per file
==============================
- app/helpers/is-input-field.js 1
See the complete overview on Codacy |
)" This reverts commit 48d0d9e.
Fixes #3406
Short description of what this resolves:
When displaying the attendee list on the frontend, few blank fields with labels were getting rendered I have fixed it by implementing a check if there is a value returned through get request
Before After
Changes proposed in this pull request:
Checklist
development
branch.