- π§πͺBelgium tim-diels Belgium π§πͺ
This should be targeted towards the 2.x branch.
- Status changed to RTBC
9 months ago 3:16pm 3 May 2024 - π§πͺBelgium tim-diels Belgium π§πͺ
I've tested the code and it works as expected, so for me it is RTBC. I created a new MR against 2.x with same code and tested it.
- Status changed to Needs work
8 months ago 8:10pm 28 May 2024 - π«π·France dqd London | N.Y.C | Paris | Hamburg | Berlin
Please do not set RTBC by own patches without review of others.
Again: Thanks for the report and the work in here. Very much appreciated. But some nitpics:
- $items[] = ['#markup' => Link::fromTextAndUrl($label, $url)->toString()]; + if ($domain->isActive()) { + $url->mergeOptions(['attributes' => ['class' => 'active']]); + } + $items[] = [ + '#type' => 'link', + '#url' => $url, + '#title' => $label, + ];
These changes do not only add active class in case but also change/replace the
['#markup' => Link::fromTextAndUrl($label, $url)->toString()];
without documentation in the issue comments. This should be documented and explained even if obvious for the patch provider, so that follow up issues can better be tracked down and find its root causes. - π§πͺBelgium tim-diels Belgium π§πͺ
I only added the code that was already provided. but fair enough I follow that I can not set own patches/MR as RTBC.
What do you need from us to continue in this issue? Some sort of CR so everybody knows what happend and that can be linked in this issue and in the release notes? Or were you thinking about something else?
- First commit to issue fork.
- Status changed to Needs review
7 months ago 8:18pm 19 July 2024 I rebased MR #75 from the current master branch, simplified fix and rewrote the case for testing.
- Status changed to Needs work
5 months ago 5:56pm 21 August 2024 - πΊπΈUnited States agentrickard Georgia (US)
Looks good but needs to be rebased.
Fixing.
- Status changed to RTBC
5 months ago 5:59pm 21 August 2024 - πΊπΈUnited States agentrickard Georgia (US)
agentrickard β changed the visibility of the branch 3226519-navigation-block-with-active-class to hidden.
- πΊπΈUnited States agentrickard Georgia (US)
agentrickard β changed the visibility of the branch 3226519-navigation-block-with-active-class to hidden.
-
agentrickard β
committed a42540b8 on 2.0.x authored by
tim-diels β
Issue #3226519 by SylvainM, davps, tim-diels, agentrickard, dqd:...
-
agentrickard β
committed a42540b8 on 2.0.x authored by
tim-diels β
- Status changed to Fixed
5 months ago 6:05pm 21 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.