Problem/Motivation
Found in: #3570839: Deprecate remaining underscore functions in media_library.module
Replicated locally on main with php 8.5. I'm not sure if this is because of php 8.5.
Steps to reproduce
Pull down main
ddev composer install
ddev unit core/profiles/demo_umami/tests/src/FunctionalJavascript/AssetAggregationAcrossPagesTest.php
Proposed resolution
Move stylesheet target
Remaining tasks
N/A
User interface changes
N/A
Introduced terminology
N/A
API changes
N/A
Data model changes
N/A
Release notes snippet
N/A
Issue fork drupal-3570848
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
nicxvan commentedComment #4
nicxvan commentedComment #5
znerol commentedProbably caused by #3516264: CKEditor 5 loads all plugin translations on AJAX operations.
Comment #6
znerol commentedComment #9
longwaveThanks for finding it, and thanks for pointing to the original issue so I know how far to backport the fix.
Committed and pushed 77f30c11e66 to main and 2bec36a3cbd to 11.x. Thanks!