Problem/Motivation
In #3439580: Make drupal.tableheader only use CSS for sticky table headers, the tableheader.css library was moved and a moved_files key was added to core.libraries.yml using an incorrect syntax.
Steps to reproduce
Install 10.x-3rc1 and a contributed module or theme that overrides drupal.tableheader (e.g. drupal/stable:2.0.0).
Proposed resolution
Per the fix in #3449302: core.libraries.yml mis-implements moved_files syntax, we need to specify which group the file has moved to as well as the new filename.
Issue fork drupal-3453324
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 #2
calebtr commentedComment #3
calebtr commentedComment #5
calebtr commentedComment #6
calebtr commentedComment #7
catchYep that's correct. When I worked on the original MR I think my brain just didn't want to believe that much YAML nesting was necessary.
Comment #8
catchComment #9
nod_changing title for commit message
Comment #13
nod_