Closed (fixed)
Project:
Bootstrap
Version:
8.x-3.x-dev
Component:
Theme Settings
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2016 at 10:48 UTC
Updated:
5 Mar 2019 at 22:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
markhalliwellTechnically, yes... this is by design.
This is meant to work with core out-of-the-box and core adds the home link.
--
The only "solution" I could possible see is to check if the first link is actually the home path, however I'm not entirely sure if that's feasible. I know in 7.x they're already rendered links at this preprocess point. I honestly cannot, for the life of me, remember if this is true of 8.x as well. If they're not, this would be far easier to check here.
Comment #4
markhalliwellComment #5
markhalliwellComment #7
digitalfrontiersmediaThis was never backported for 7.x-3.x yet the same problem can occur there.
Comment #8
markhalliwellBecause of what I said in #2:
Implementing a fix for 7.x would require a lot more work and likely wouldn't be very efficient, performance wise.
I'd recommend just leaving the setting enabled so it doesn't remove it and then let another contrib module or your own custom code handle this.