Entity Reference Drag & Drop 8.x-1.x-dev
Scanned on Sun, 04/19/2020 - 05:11.

2 warnings found.

web/modules/contrib/entityreference_dragdrop/entityreference_dragdrop.libraries.
yml:
--------------------------------------------------------------------------------
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check 0 The 'init' library is depending on a deprecated library. The
manually "core/jquery.ui.sortable" asset library is deprecated in
drupal:8.8.0 and is removed from drupal:9.0.0. See
https://www.drupal.org/node/3084730

--------------------------------------------------------------------------------

web/modules/contrib/entityreference_dragdrop/entityreference_dragdrop.info.yml:
--------------------------------------------------------------------------------
STATUS LINE MESSAGE
--------------------------------------------------------------------------------
Check 0 Add core_version_requirement: ^8 || ^9 to
manually entityreference_dragdrop.info.yml to designate that the
module is compatible with Drupal 9. See
https://www.drupal.org/node/3070687.

--------------------------------------------------------------------------------

Problem/Motivation

Make module ready for Drupal 9

Proposed resolution

"core/jquery.ui.sortable" is Depricated
Replace it with Sortable.
CommentFileSizeAuthor
#2 entityreference_dragdrop-3129834-2.patch3.68 KBsushyl

Comments

sushyl created an issue. See original summary.

sushyl’s picture

StatusFileSize
new3.68 KB
sushyl’s picture

Status: Active » Needs review
sushyl’s picture

Assigned: sushyl » Unassigned
jamesashok’s picture

Status: Needs review » Reviewed & tested by the community

Verified the patch. Works as expected with Sortable.

  • sushyl committed bbc8ab8 on 8.x-1.x
    Issue #3129834 by sushyl, jamesashok: Drupal 9 readiness
    
sushyl’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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