Closed (won't fix)
Project:
Drupal core
Version:
11.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Dec 2024 at 23:23 UTC
Updated:
6 Jan 2025 at 11:45 UTC
Jump to comment: Most recent
Comments
Comment #2
pameeela commentedOops, didn't finish writing the title.
Comment #3
pameeela commentedComment #4
amateescu commentedComment #5
berdirNote: As commented in the Drupal CMS issue, there is the order of execution problem to consider. This is about a recipe setting config and I think also providing the default content. config is set first, so /home doesn't yet exist as an alias in that scenario and can't be resolved.
Also note that config save event happens after config has already been saved in \Drupal\Core\Config\Config::save. I'm not aware of a use case where we alter config in that event, usually we just trigger something else. This would need to resave that config again. Not sure if that's really a good idea.
Comment #6
pameeela commentedThis issue directly conflicts with #3495396: Resolving page.front alias to system path only works if you set it via the form which is trying to do away with this behaviour altogether. I'm going to close this since the other issue has much more activity, and we've got a workaround in Drupal CMS.