Problem/Motivation

A library that is provided by the jQuery UI Autocomplete module is absent.

Steps to reproduce

  1. Update the module to 4.0.0 or a newer version.
  2. Navigate to the "/admin/modules" page.
  3. When you refresh the page then you will see the following error:

    User warning: The following theme is missing from the file system: jquery_ui_autocomplete in Drupal\Core\Extension\ExtensionPathResolver->getPathname() (line 63 of /var/www/html/core/lib/Drupal/Core/Extension/ExtensionPathResolver.php)

Proposed resolution

Create an update hook for enabling the required module.

Command icon Show commands

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

chmez created an issue. See original summary.

ohorbatiuk’s picture

Assigned: ohorbatiuk » Unassigned
Status: Active » Needs review
StatusFileSize
new452 bytes

Patch for 4.0.0 and 4.0.1.

shyam_bhatt’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new113.34 KB

I have checked the "MR !30" is working fine. When we update the module to 4.0.0 the warning related to jquery_ui_autocomplete appears.
After applying "MR !30", the jquery_ui_autocomplete library warning was removed.

2023-07-04/3371613-4-after.png

I am moving to +RTBC.

smustgrave’s picture

Status: Reviewed & tested by the community » Fixed
codebymikey’s picture

Could we please tag this so all the latest bug fixes can be referenced?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.