Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2023 at 17:56 UTC
Updated:
18 Jul 2023 at 14:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bernardm28 commentedHere is a patch for it.
Comment #4
bernardm28 commentedComment #5
bernardm28 commentedComment #6
bernardm28 commentedThe MR is ready for review.
I did both the patch and MR but the MR is better go for that one.
Comment #7
mherchelYeah the code is slightly different (the patch contains a UUID, which isn't necessary).
Anyway, the MR looks correct. There is a slight re-ordering, but I don't think that matters.
I'm also updating the component, IS, and title as this has more to do with the standard profile than Olivero.
Comment #8
mherchelComment #9
bernardm28 commentedYeah its interesting the patch does that. Because the first one I made it manually with git and the second I download it doing this
https://git.drupalcode.org/project/drupal/-/merge_requests/4304/diffs.patch
I guess the second one does a patch with all the commits and not the latest commit.
But it does not matter. The if the MR is fine we are good to go.
Comment #12
lauriiiCommitted f98b337 and pushed to 11.x. Thanks!