- Issue created by @berdir
- 🇧🇷Brazil elber Brazil
Hi I ran tests in my local drupal10 environment and they passed
Testing /app/modules/contrib/tmgmt/tests/src/Functional ................ 16 / 16 (100%) Time: 02:25.692, Memory: 10.00 MB OK (16 tests, 750 assertions)
please can you tell me which is the issue subject?
- Status changed to Needs review
about 2 years ago 7:31pm 4 April 2023 - 🇨🇭Switzerland berdir Switzerland
It's actually on 10.1 only and only since today, it's a regression caused by 🐛 Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD Fixed . This fixes it, but I guess the core issue will have to be reverted.
There are also hidden PHP deprecations though..
The last submitted patch, 3: tmgmt-tests-fixes-10.1-3352099-3.patch, failed testing. View results →
- 🇨🇭Switzerland berdir Switzerland
Right, mixed return type requires PHP 8, so adding the annotation instead until we require that.
- 🇨🇭Switzerland berdir Switzerland
The other fail is caused by 🐛 No empty option for views bulk form Fixed , that seems sensible.
- Status changed to Fixed
almost 2 years ago 9:24pm 18 April 2023 Automatically closed - issue fixed for 2 weeks with no activity.