Problem/Motivation
Site settings don't have a canonical route, yet they have a canonical link template defined in their annotation. This can safely be removed.
Proposed resolution
Remove the canonical link template.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | 3522947-10.patch | 1.21 KB | dieterholvoet |
Issue fork site_settings-3522947
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
dieterholvoet commentedComment #4
dieterholvoet commentedThis indirectly fixes an issue for me where pages get stuck in an infinite loop when using the flattened site settings loader.
Comment #7
scott_euser commentedMakes sense thank you!
Comment #9
scott_euser commentedThis may have led to a small regression but I have not been able to test and confirm yet https://www.drupal.org/project/site_settings/issues/3530506#comment-1615...
Comment #10
dieterholvoet commentedYeah, with #3530506: Restore canonical link template to fix regression issues committed and released the original issue is back. Don't have time to investigate, so here's a rebased version of the original MR of this issue.
Comment #11
scott_euser commentedThanks, not sure what the normal process is : needs work again vs seperate issue
Comment #12
dieterholvoet commentedI created #3554566: Infinite recursion when autoloading is enabled.