Closed (fixed)
Project:
Translation Management Tool
Version:
8.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2023 at 10:54 UTC
Updated:
18 Apr 2023 at 21:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
elberHi I ran tests in my local drupal10 environment and they passed
please can you tell me which is the issue subject?
Comment #3
berdirIt's actually on 10.1 only and only since today, it's a regression caused by #3007424: Multiple usages of FieldPluginBase::getEntity do not check for NULL, leading to WSOD. This fixes it, but I guess the core issue will have to be reverted.
There are also hidden PHP deprecations though..
Comment #5
berdirRight, mixed return type requires PHP 8, so adding the annotation instead until we require that.
Comment #6
berdirThe other fail is caused by #3307509: No empty option for views bulk form, that seems sensible.
Comment #8
berdirCommitted.