Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork bs_lib-3491751

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

berdir created an issue. See original summary.

pivica made their first commit to this issue’s fork.

  • pivica committed 227d816c on 8.x-1.x authored by berdir
    Issue #3491751 by berdir: Drupal 11 compatibility
    
pivica’s picture

Status: Active » Fixed

Merged, and as @berdir noted for this to really work you need to patch manually Bootstrap 4 util.js to be compatible with Drupal 11 jQuery 4 version, something like:

-      var maxMajor = 4;
+      var maxMajor = 5;

However you should probably not do this, we need this internally so we can more easily start working on the Bootstrap 5 port and test stuff.

Status: Fixed » Closed (fixed)

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