-
Notifications
You must be signed in to change notification settings - Fork 5
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-8717: Add field for hiding automatic service point listing #587
Conversation
Codecov Report
@@ Coverage Diff @@
## main #587 +/- ##
=========================================
Coverage 12.74% 12.74%
Complexity 236 236
=========================================
Files 30 30
Lines 902 902
=========================================
Hits 115 115
Misses 787 787 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
Tested this, works as expected. 🙌
UHF-8717
A feature to hide service points is needed.
What was done
How to install
git pull origin dev
make fresh
composer require drupal/hdbt:dev-UHF-8717_Hiding-service-points
composer require drupal/helfi_platform_config:dev-UHF-8717_Hiding-service-points
make drush-updb drush-cr drush-local-update
How to test
updb
runs nicely.Troubleshooting
drush cr; drush locale:update
separately without thelocale:check
etc.Other PRs