Problem/Motivation
#3257407: Use "content" region in BlockCreationTrait::placeBlock() instead of "sidebar_first" included some region overrides in tests to work-around #3257504: Empty toolbar tray displays a stray orientation toggle. Both of those have been committed now, but they were committed very close to each other so the workarounds were not removed in time. Now they are obsolete, though. Most of them were removed again in #3259928: Change various tests that test with "all themes" to also include Olivero but one remains.
Steps to reproduce
-
Proposed resolution
Remove the - now unnecessary - region override.
Remaining tasks
User interface changes
-
API changes
-
Data model changes
-
Release notes snippet
Issue fork drupal-3262320
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
gábor hojtsyFix looked good. With better coordination I could have asked for the second one committed to cover this. Oh well :D
Comment #4
tstoecklerComment #5
tstoecklerStatus change was accidental, but I guess another look couldn't hurt.
Comment #6
tstoeckler#3259928: Change various tests that test with "all themes" to also include Olivero landed so this just leaves one change now.
Comment #7
tstoecklerComment #8
gábor hojtsySuper straightforward. Thanks!
Comment #11
catchCommitted/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!