Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
update.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jul 2023 at 12:18 UTC
Updated:
7 Sep 2023 at 06:29 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
vishwenderbaloria commentedChecked on other version of drupal, the functionality is the same. What exactly is the requirement here ? Please clearify.
Comment #3
lauriiiSince "Update" is a tab under "Appearance", "Appearance" should be listed in the breadcrumb. Basically the breadcrumb on this page should be the same as its on the "Settings" page.
Comment #5
omkar.podey commentedAfter the one line fix

Comment #6
omkar.podey commentedI don't think this small of a change requires testing, I also looked for
/admin/theme/updateand there seems to be only one instance so i think it should be fine.Comment #7
smustgrave commentedConfirmed the breadcrumb issue on /admin/appearance/update
Applied MR 4537
Breadcrumbs on Update and Setting pages now match.
Also agree this is a small change that a test case would be overkill.
Comment #8
lauriiiPosted comment on the MR
Comment #9
omkar.podey commentedComment #10
omkar.podey commentedComment #11
narendrarMay be a CR for updated path is required.
Comment #12
tedbowJust changing the component because this is all in the Update module. Left 1 comment on the MR, not sure if it is important. Needs work for the deprecation version number
Comment #13
omkar.podey commentedComment #14
omkar.podey commentedComment #16
hooroomooConfirmed that going to admin/theme/update is a 301 response and the breadcrumb is visible on admin/appearance/update.
Comment #19
lauriiiCommitted f474406 and pushed to 11.x. Thanks!