-
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-9488 Drupal 10.2 #671
UHF-9488 Drupal 10.2 #671
Conversation
…ch for drupal 10.2
…ue: https://www.drupal.org/i/3264573 will fail to apply in 4.1.8. This issue will be solved in UHF-9273.
…r-admin-toolbar-with-admin-language.patch
…ch for drupal 10.2... again
….patch... the third time.
…atch... the third time.
…PageCacheSubscriber.
…drupal-helfi-platform-config into UHF-9488_drupal-10.2
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #671 +/- ##
=========================================
Coverage 13.07% 13.07%
- Complexity 241 242 +1
=========================================
Files 28 28
Lines 941 941
=========================================
Hits 123 123
Misses 818 818 ☔ View full report in Codecov by Sentry. |
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 on rekry. 🚀
…h would be presented to user in English, no matter which UI language have been selected. This patch will use the preferred admin pages language from current user or the interface language if preferred language is not set.
…as that will create a recursion when trying to flush caches.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
UHF-9488
What was done
How to install
git pull origin dev
make fresh
UHF-9488_drupal-10.2
branchgit fetch --all
git checkout UHF-9488_drupal-10.2
composer require drupal/helfi_platform_config:dev-UHF-9488_drupal-10.2 -W
make drush-updb drush-cr
How to test
Other PRs