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

Fix bug on landing page where custom text was being ignored #780

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

solebared
Copy link
Collaborator

@solebared solebared commented Oct 12, 2020

Why

Fixes #769 where custom landing page text was being ignored.

Pre-Merge Checklist

  • All new features have been described in the pull request
  • Security & accessibility have been considered
  • All outstanding questions and concerns have been resolved
  • Any next steps that seem like good ideas have been created as issues for future discussion & implementation
  • High quality tests have been added, or an explanation has been given why the features cannot be tested
  • Entry added to CHANGELOG.md if appropriate

What

Tracked down to a mismatch between snake_case params from rails and camelCase props on the erb template.

Testing

This could only have been caught by an end-to-end test, which we don't have yet :(

Co-authored-by: maebeale meabeale@gmail.com

Co-authored-by: maebeale <maebeale@gmail.com>
@solebared solebared merged commit 8000e1c into main Oct 13, 2020
@solebared solebared deleted the fix-landing-page-custom-text branch October 13, 2020 16:05
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.

User-generated content for landing page overrides default
2 participants