-
Notifications
You must be signed in to change notification settings - Fork 3
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
UHF-11057: Support address query param in searches #1161
Conversation
|
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.
🚀
75440bf
to
2ad1b4a
Compare
2ad1b4a
to
3eeb1d0
Compare
✅ Tests passed! You can check the output here: https://city-of-helsinki.github.io/drupal-hdbt-visual-regression/pull/1161/html_report/ |
UHF-11057
Adds support for prefilling address throught query param in some searches.
What was done
How to install
Testing this feature requres setting up multiple instances.
Instances to set up:
https://github.com/City-of-Helsinki/drupal-helfi-sote
https://github.com/City-of-Helsinki/drupal-helfi-kasvatus-koulutus
https://github.com/City-of-Helsinki/drupal-helfi-kymp
For Kasko, you need to use the feature branch: City-of-Helsinki/drupal-helfi-kasvatus-koulutus#771
Set them up by running:
composer require drupal/hdbt:dev-UHF-11057
make fresh
drush sapi-c; drush sapi-rt; drush sapi-i
How to test
Test that the searches work and use the address supplied by query param:
Kasko:
SOTE:
KYMP:
Continuous documentation
Other PRs