Problem/Motivation
I guess this might be a regression from #3486275: template_preprocess_links__dropbutton() incomplete handling of first element.
Views allows using Dropbuttons (Global). They offer the important setting "Include destination parameter".
This works in other themes, but in radix this seems broken for the very first link. All subsequent links have their destination parameter, but the first one not.
Switching to a different theme like Claro shows the correct URL, so I'm pretty sure it must be radix?
Any ideas?
Comments
Comment #2
anybodyComment #3
doxigo commentedYup, that was the regression, thanks @Anybody
pushed the fix on the dev branch for now.