Closed (fixed)
Project:
Menu Breadcrumb
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Mar 2021 at 09:08 UTC
Updated:
7 May 2021 at 13:54 UTC
Jump to comment: Most recent
In #3137496: Hide disabled menu items from the breadcrumb a new option "exclude_disabled_menu_items" was added to the menu_breadcrumb settings.
But there is no config schema present for that option.
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
jeroentComment #4
rphair commentedComment #6
rphair commentedThanks for identifying.
Comment #8
gabesulliceEven though this only really causes problem in a test environment, would you be willing to make a new release for this?
We had to commit the patch to our project and apply it with Composer so that our CI tests for our custom profile could keep running with this module as a dependency.
Thanks for considering. Regardless, this module is great and does exactly what we needed! 🙏 Your work is very much appreciated :)
Comment #9
xurizaemonSeems fair - I've opened #3212243: Release coordination issue for Menu Breadcrumb 8.x-1.15 to co-ordinate, and we can identify other recently merged issues there.
(Hi @rphair, lmk if this sort of helping is not helping?!)
Comment #10
rphair commentedhi @xurizaemon & thanks for asking - this was delayed to check into mainstream because, around the end of a general 2 week waiting period for pushing dev commits into a newly numbered release, there came another issue (#3208118: Hide the breadcrumb if it only contains the link to the front page) which suggested there might be changes to the options wording and/or the Help screen.
It took a while to understand the earlier request & then rule it out... until that time it would have made sense to include those relatively trivial changes in a bump release along with these. Sorry about the unusual delay @gabesullice & it's just been merged into 1.15 now.
This was an undemocratic ruling so I as usual I would give the OP time to post a rebuttal, give further information, or for third parties to express second opinions about the issue. While in that further day-or-so waiting period @gabesullice 's comment was submitted.
Generally a single comment like that would be enough to schedule an immediate merge, and will be enough in the future unless something unusual happens. Nobody should be shy about pressing for a release when they need it, but nobody should need to submit "tracking" issues either. The mixing together of a bunch of concurrent issues this time (e.g. #3212243: Release coordination issue for Menu Breadcrumb 8.x-1.15) has just led to a minor explosion of work that otherwise would have been routine.
Comment #11
gabesulliceWow! Thanks for the quick response and release. That happened faster than I expected :D
@rphair++
Comment #12
gabesulliceWhoops! @rphair, I think you accidentally tagged the wrong commit:
Shouldn't the
8.x-1.15tag been ona7a7b4c?Comment #13
rphair commented(edit: corrected ordinary git mistake; see final comment)
Comment #14
rphair commented(edit: corrected ordinary git mistake; see final comment)
Comment #15
rphair commented(edit: corrected ordinary git mistake; see final comment)
Comment #16
rphair commented@gabesullice I know what happened now. I approved the changes directly in the repo so in fact I never would have created a local
3203179-missing-config-schemabranch at all. Then by habit I added the tag in my local version which applied it to the most recent commit in my current 8.x-1.x branch, which was the one for version 1.14. So that commit ended up with 2 tags.OK it's been pushed out again as version 1.16 which shows the code from the commit above in the repository here: https://git.drupalcode.org/project/menu_breadcrumb/-/blob/8.x-1.16/confi...
And I believe the top of the git log now makes sense:
Comment #17
gabesulliceThanks! That was indeed the fix we needed. Very much appreciated!