-
Notifications
You must be signed in to change notification settings - Fork 2
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-5512: Add highlight connection support for TPR Units #122
Conversation
Codecov Report
@@ Coverage Diff @@
## main #122 +/- ##
============================================
+ Coverage 73.22% 73.58% +0.35%
- Complexity 294 306 +12
============================================
Files 40 42 +2
Lines 1072 1094 +22
============================================
+ Hits 785 805 +20
- Misses 287 289 +2
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed!
|
Add highlight connection support UHF-5512
Import Highlight connections so that they can be used with unit contact cards.
What was done
skip_on_value
process to skip unit rows.How to install
composer require drupal/helfi_tpr:dev-UHF-5512-tpr-unit-highlights
make drush-updb
make drush-cr
How to test
make shell
and the import TPR units:drush migrate:import tpr_unit
Other PRs