Problem/Motivation

In Drupal 9.3 the core/jquery.once library is being deprecated. The element.horizontal_tabs library assumes it will be loaded due to its dependency on core/drupal.collapse. However this is no longer true.

Steps to reproduce

See #3244855: Regression in Drupal 9.3.x due to jQuery.once deprecation

Proposed resolution

Add explicit dependencies to the libraries. While core may fix this it is best to be explicit about dependencies anyway.

Remaining tasks

User interface changes

API changes

Data model changes

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

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
alexpott’s picture

StatusFileSize
new1.08 KB

For some reason the CI is not running on the MR :(

Here's a patch.

  • nils.destoop committed 3933255 on 8.x-3.x authored by alexpott
    Issue #3244858 by alexpott: Add explicit dependencies to field_group...
nils.destoop’s picture

Status: Needs review » Fixed

Thx :). Committed it to dev.

Status: Fixed » Closed (fixed)

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