Commit 393fbb21 authored by David Suissa's avatar David Suissa
Browse files

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

parent 497a1462
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,4 +5,4 @@ type: module
core_version_requirement: ^9.5 || ^10 || ^11
configure: admin_toolbar_search.settings
dependencies:
  - admin_toolbar:admin_toolbar
  - drupal:toolbar
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@ search:
  js:
    js/admin_toolbar_search.js: {}
  dependencies:
    - admin_toolbar/toolbar.tree
    - core/drupal.autocomplete

search.keyboard_shortcut:
+3 −2
Original line number Diff line number Diff line
@@ -24,8 +24,9 @@ class AdminToolbarSearchSettingsFormTest extends BrowserTestBase {
    'admin_toolbar_search',
    // Enable the block module to be able to test module's local tasks.
    'block',
    // The admin toolbar tools module is required to check the display of the
    // three menu local tasks (tabs) on the admin settings form page.
    // The admin toolbar and tools modules are required to check the display of
    // the three menu local tasks (tabs) on the admin settings form page.
    'admin_toolbar',
    'admin_toolbar_tools',
  ];

+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ abstract class AdminToolbarSearchTestBase extends WebDriverTestBase {
   * {@inheritdoc}
   */
  protected static $modules = [
    'admin_toolbar',
    'admin_toolbar_search',
    'node',
    'media',