Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2022 at 15:34 UTC
Updated:
16 Mar 2022 at 13:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
tstoecklerHere we go.
Crediting @Berdir for the idea.
Comment #5
tstoecklerSorry for the known-fail retest, but after #3257407: Use "content" region in BlockCreationTrait::placeBlock() instead of "sidebar_first" I think this will have a few less failures and that will save me some time when I get back to finishing this hopefully over the weekend.
Comment #6
tstoecklerOK, the re-test was less helpful than I had hoped. Anyway, unless I messed something up, this should be green.
Also see #3259928: Change various tests that test with "all themes" to also include Olivero for the todo in
SettingsTrayIntegrationTest(and why this took me so long to finish...).Comment #7
tstoecklerMeant to link #3262273: Quickedit may attempt to initialize a field before loading its editor in the previous comment.
Comment #10
tstoecklerCrediting @marcoscano and @m4olivei from #3219959: Update standard profile so Olivero is the default theme as I stole most of this from there. If I have overlooked someone else please let me know!
Comment #12
tstoecklerOK this one makes sense, I had both missed another usage of the sidebar_first region which Olivero doesn't have and also missed that method's test failure in the previous test result and had only checked the other failure locally. So this should be green, let's see...
Also did another self-review and added two little comments.
Note that this is now pretty close to being a duplicate of #3262320: Remove obsolete region override in ContextualLinksTest but I can't really justify bringing the hunk from
ContextualLinksTestover here as that just tests with Stark, so leaving as is and either one will have to be rebased/rerolled when the other is committed, but that shouldn't be a big issue.Comment #13
gábor hojtsyI think this patch looks good given all the constraints it needed to work with. Sad to need to have all the @todos but they are unrelated bugfixes.
Comment #15
catchThe @todos are mostly going to be resolved by issue that this was split out from, so not a lot we can do about adding them, at least there's a clear path to removing those.
Committed/pushed to 10.0.x and cherry-picked to 9.4.x, thanks!
Comment #16
tstoecklerAwesome, thank you!
That now reduces the scope of #3262320: Remove obsolete region override in ContextualLinksTest to just one test (so re-titled accordingly), so hopefully that will be easy to review and get in, as well.