Active
Project:
Scheduler
Version:
2.x-dev
Component:
Testing
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2024 at 13:53 UTC
Updated:
23 Mar 2024 at 08:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jonathan1055 commentedThe 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"
Comment #3
jonathan1055 commented#3413017: Using a translatable string as a category for field type is deprecated in drupal:10.2 to fix the Address module.
#3413020: Using a translatable string as a category for field type is deprecated in drupal:10.2 (Commerce) to fix the Commerce module.
I could not find out where the
@translation("Plugin")is coming from.Comment #4
jonathan1055 commentedThe Scheduler tests will continue to fail until the work is completed in Address and Commerce.
Hence set deprecations to not fail the test run.
Comment #6
jonathan1055 commentedAddress 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.