Problem/Motivation
This module uses the core/jquery.once library that has been deprecated and no longer available in Drupal 10. See https://www.drupal.org/node/3158256
Ideally, we should also remove the rest of jQuery use from the js/image_edit.js file, so that we can also drop the core/jquery library dependency.
Following the commit of #3297398: Automated Drupal 10 compatibility fixes, the module is otherwise already compatible with Drupal 10, so this issue, once solved, should add the Drupal 10 support to the core_version_requirement in the info.yml file (|| ^10).
Steps to reproduce
Proposed resolution
The module should use the core/once library.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | remove-jqueryonce-3327907-5.patch | 25.4 KB | roshni27 |
Comments
Comment #2
jcnventuraComment #3
jcnventuraComment #4
roshni27 commentedi am working on it.
Comment #5
roshni27 commentedPlease review the patch.