At core 10.2 we get the error

Using a translatable string as a category for field type is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0.
See https://www.drupal.org/node/3364271

The change record is actually https://www.drupal.org/node/3375748
(not https://www.drupal.org/node/3364271 as in the message, which gives a 404)

Comments

jonathan1055 created an issue. See original summary.

jonathan1055’s picture

The field definitions which have a category as a translatable string are not in Scheduler. Adding debug to where the trigger_error is called shows that the translated strings are "Address", "Plugin" and "Commerce"

jonathan1055’s picture

jonathan1055’s picture

StatusFileSize
new1.29 KB

The Scheduler tests will continue to fail until the work is completed in Address and Commerce.
Hence set deprecations to not fail the test run.

  • jonathan1055 committed 342fb0b6 on 2.x
    Issue #3413015 by jonathan1055: Suppress deprecations until Address and...
jonathan1055’s picture

Address module was fixed at 2.x on 8 Feb and 2.0.1 was released on 19 Feb

Commerce was fixed on 18th March but 8.x-2.38, released 5 Feb, is the latest version as of now.