Skip to content

Issue #3537721 by dydave: Admin Toolbar Search: Removed dependency on Admin Toolbar Tools.

https://www.drupal.org/project/admin_toolbar/issues/3537721

Admin Toolbar Search: Removed dependency on Admin Toolbar Tools.

  • Updated module dependencies to require admin_toolbar instead of admin_toolbar_tools.
  • Replaced libraries dependencies with admin_toolbar/toolbar.tree since a lot of handles and JS code is actually required for the admin_toolbar_search.js JS code to run correctly.
  • Enabled admin_toolbar_tools in the Functional test AdminToolbarSearchSettingsFormTest.php, for testing the display of the menu local tasks (tabs).
  • Added check in SearchLinks:getLinks method to skip any further processing if the admin_toolbar_tools module is disabled.

Merge request reports

Loading