Problem/Motivation
README.txt suggests SortableJs library of version 1.8.0 or newer.
However, https://www.drupal.org/project/paragraphs/issues/2903543#comment-13119755 identified a use case with data loss due to a newer version of SortableJS (1.8.0+). The problem was tracked down in https://www.drupal.org/project/paragraphs/issues/2903543#comment-13119912 and we identified https://github.com/SortableJS/Sortable/commit/5602256 as the one that introduces a bug.
Proposed resolution
Update the README.txt to suggest the older version of the library in order to avoid data loss problems described.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3056898-readme-sortablejs-2.patch | 547 bytes | mbovan |
Comments
Comment #2
mbovan commentedThis patch reverts Readme.txt and suggests SortableJs 1.6.0 version. :)
Comment #3
miro_dietikerOK then, committed this as a "workaround".. Hope we can switch to latest Sortable soon again!