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

Two last bug fixes for registration form #20842

Conversation

mehalshah
Copy link
Contributor

ExplainAda wasn't actually getting required
Needed to hide sections 2 and 3 for both teachers and facilitators who are not attending

@mehalshah mehalshah requested a review from Hamms February 22, 2018 22:52
@@ -149,7 +150,7 @@ export default class TravelPlans extends Teachercon1819FormComponent {
{
this.props.data.needHotel === 'Yes' &&
this.props.data.needAda === 'Yes' &&
this.largeInputFor("explainAda", {required: false})
this.largeInputFor("explainAda")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this also getting appropriately required on the server?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it already was. The required just meant that the asterisk was/wasn't showing up

@mehalshah mehalshah merged commit a6a8f42 into staging Feb 22, 2018
@balderdash balderdash deleted the hide_teachercon_registration_pages_if_facilitator_declines_seat branch September 20, 2018 17:51
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.

None yet

2 participants