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

🐛 i693 - controlled vocab location dropdown does not load #115

Merged
merged 3 commits into from
Feb 14, 2024

Conversation

ShanaLMoore
Copy link

@ShanaLMoore ShanaLMoore commented Feb 12, 2024

Add missing translation for based_near label. Add geonames_username configuration to hyrax initializer to match production settings.

Issue

Before this commit, the location does not load

image

After, the location field is a controlled vocabulary drop down with populated options.

image

Shana Moore added 2 commits February 13, 2024 15:27
Add missing translation for based_near label. Add geonames_username configuration to hyrax initializater to match production settings.

Issue
- https://github.com/scientist-softserv/adventist-dl/issues/693
geonames username and password are in 1Password too.
@ShanaLMoore ShanaLMoore force-pushed the i693-location-dropdown branch from e56458a to 9d1bee7 Compare February 13, 2024 23:28
@ShanaLMoore ShanaLMoore marked this pull request as ready for review February 13, 2024 23:30
# Location autocomplete uses geonames to search for named regions.
# Specify the user for connecting to geonames:
# Register here: http://www.geonames.org/manageaccount
config.geonames_username = ENV.fetch('HYKU_GEONAMES_USERNAME', 'jcoyne')
Copy link
Author

@ShanaLMoore ShanaLMoore Feb 13, 2024

Choose a reason for hiding this comment

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

jcoyne is the username that adventist production uses. I created a new account/username but jcoyne could be used as a fallback here.

the new username/password is in 1password if anyone ever needs access to geonames.org

@ShanaLMoore ShanaLMoore changed the title i693 - controlled vocab location dropdown does not load 🐛 i693 - controlled vocab location dropdown does not load Feb 13, 2024
@ShanaLMoore ShanaLMoore merged commit 1c72cbc into main Feb 14, 2024
7 checks passed
@ShanaLMoore ShanaLMoore deleted the i693-location-dropdown branch February 14, 2024 15:50
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.

2 participants