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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | entityreference_dragdrop-3129834-2.patch | 3.68 KB | sushyl |
Comments
Comment #2
sushylComment #3
sushylComment #4
sushylComment #5
jamesashok commentedVerified the patch. Works as expected with Sortable.
Comment #7
sushyl