Postponed
Project:
UI Suite Bootstrap
Version:
5.2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Feb 2026 at 17:50 UTC
Updated:
27 Feb 2026 at 13:40 UTC
Jump to comment: Most recent
With #3503645: [D11.3] Contextual links: use dropdown, contextual links lose their destination query parameter.
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 #2
grimreaperapp/core/modules/contextual/js/contextual.js
And in app/themes/contrib/ui_suite_bootstrap/templates/system/links--contextual.html.twig:
The contextual-links class had been removed to avoid side effect regarding Bootstrap dropdown state management and contextual link state management. Plus to avoid some styling effects.
Comment #3
grimreaperMaybe more a Core issue #3576038: Do not rely on class to add destination parameter on contextual links to not rely on the contextual-links class.
Comment #4
grimreaperWaiting for reply on the Core issue.