Problem/Motivation

https://www.drupal.org/project/jquery_ui_sortable - is contrib module on Drupal 9/10/11. Drupal 8 includes jQuery UI in core, however it is no longer actively maintained and has been marked deprecated. This module provides the jQuery UI sortable library for any themes and modules that require it.
So we need to set dependency

Proposed resolution

Set jquery_ui_sortable:jquery_ui_sortable instead of core:jquery_ui_sortable to work correctly

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

terry_kolodiy created an issue. See original summary.

terry_kolodiy’s picture

Status: Active » Fixed

Dependency was changed from core:jquery_ui_sortable to jquery_ui_sortable:jquery_ui_sortable

terry_kolodiy’s picture

Status: Fixed » Closed (fixed)