There currently is no test for the "Hide link to home page if it's the only breadcrumb item" (HIDE_SINGLE_HOME_ITEM) config.
Issue fork easy_breadcrumb-3616002
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
loopduplicate commentedComment #5
greg boggsI added an extra test to also ensure the setting did not affect subpage breadcrumbs. I couldn't get tests to run locally, even with AI trying to assist me, so I'll wait and see what the tests say.
Comment #6
greg boggsHrm, not sure how I mucked up so many merge commits here. This is hard. I think if we squash on merge and edit the commit message, it should all work out. Will wait for you to take a look at my bad git fu.
Comment #7
loopduplicate commentedI'll take a look now and probably create a new branch based on current 2.x and cherry pick your commits onto it... my git fu is pretty good :3
Comment #10
loopduplicate commentedComment #11
csakiistvanComment #12
csakiistvan✅ Tested and works — MR !223.
Kept short on purpose — happy to share more detail (logs, exact config, extra cases) if anyone needs it.
Comment #13
loopduplicate commented@csakiistvan, wrong issue
Comment #14
csakiistvan@loopduplicate comment updated based on our latest guides :)
Comment #15
loopduplicate commented@csakiistvan
This is not an acceptable review. I think maybe you need to slow down a bit.
"✅ Tested and works — MR !223.
Kept short on purpose — happy to share more detail (logs, exact config, extra cases) if anyone needs it."
Comment #17
loopduplicate commented@csakiistvan, what I meant in #15 is that when you edited your comment, now all it says it that you tested it and it works. What would be the best, is if the comment matched what is in the Drupal documentation for reviewing a merge request, notably, "detailed step" 13 on that page, which starts with "After finishing your reviewing and testing, [...]".
Comment #18
loopduplicate commentedThank you, @csakiistvan and @greg-boggs.