- Issue created by @jonathan1055
- 🇬🇧United Kingdom jonathan1055
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"
- 🇬🇧United Kingdom jonathan1055
Added 🐛 Using a translatable string as a category for field type is deprecated in drupal:10.2 Needs work to fix the Address module.
Added 📌 Using a translatable string as a category for field type is deprecated in drupal:10.2 (Commerce) Active to fix the Commerce module.I could not find out where the
@translation("Plugin")
is coming from. - 🇬🇧United Kingdom jonathan1055
The Scheduler tests will continue to fail until the work is completed in Address and Commerce.
Hence set deprecations to fail the test run. - last update
10 months ago 227 pass -
jonathan1055 →
committed 342fb0b6 on 2.x
Issue #3413015 by jonathan1055: Suppress deprecations until Address and...
-
jonathan1055 →
committed 342fb0b6 on 2.x
- 🇬🇧United Kingdom jonathan1055
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.