Hi There,
Creating a follow up issue for #2991514 - "Why/When to use option: "Disable the system breadcrumbs"".
In this issue, it is mentioned that the checkbox "Disable the system breadcrumbs", makes the system default breadcrumb disappear in the theme layer as to not get duplicate breadcrumbs.
However, this option also be makes the the breadcrumb disappear on the admin theme. As a site builder, i should not have to add the easy breadcrumb block to the admin theme to use the module (when admin theme is different).
After looking at other issues in the queue, this issue #2990803: Config Option: Applies to administration pages, it seems to be getting at a similar issue.
Attached is a patch, is sets the the admin theme breadcrumb to NOT be affected by default.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | d7-stop-module-from-disabling-admin-theme-breadcrumb-2992695-9.patch | 4.05 KB | tatarbj |
Comments
Comment #2
silverham commentedComment #3
greg boggsThank you!
Comment #4
tatarbjHi @silverham,
thanks for opening this follow-up, let me assign it to myself and change the category as it seems a little bit of requesting a new functionality (of like a backport from the referenced d8 issue).
I'll test it and get back to you soon!
Bests,
Balazs.
Comment #6
silverham commentedThanks! It is a bit of new functionality, or fixes existing broken code. In any case, looking forward to the addition soon! :-)
Cheers!
Joshua.
Comment #7
silverham commentedAny movement on this? The D8 issue has now been set to reviewed and tested. #2990803: Config Option: Applies to administration pages
Comment #8
tatarbjSorry everyone, this issue got totally lost - I'm going to test it in the coming days and make the commit in case of having everything good :)
Bests,
Balazs.
Comment #9
tatarbjA bit of a clean-up and having the html variable back as it was before - i haven't find any reason to not do it and also not sure wouldn't it open a vulnerability if the variable is not set. Also updated the README.md with the new functionality and removed the TODOs as they are already in the module.
Comment #11
tatarbjThanks everyone, this is committed now!
Comment #12
tatarbjComment #13
silverham commentedAwesome, Thanks @tatarbj !