- 🇮🇳India rckstr_rohan
Uploading a patch for D10 readiness, verified on D10 environment, working fine[ screenshots attached ].
- Status changed to RTBC
almost 2 years ago 4:45am 16 February 2023 - First commit to issue fork.
- 🇮🇳India urvashi_vora Madhya Pradesh, India
Reviewed and tested the patch #4, works well for me as well.
LGTM, RTBC++
Committing the changes for helping the maintainer.
- @urvashi_vora opened merge request.
I copied v. 1.3 to my Drupal 10.0.7
patched itand then I enable the module from the "extend" page.
the next page shows "this page encountered an unexpected error"
the PHP error log contains:
[31-Mar-2023 13:48:12 Europe/Vienna] Uncaught PHP Exception Error: "Call to a member function getPath() on null" at C:\wamp64\www\***\web\core\modules\config_translation\src\ConfigNamesMapper.php line 247
- First commit to issue fork.
I found that the upgrade_status module complains that image_slider is using the deprecated core/jquery.once library. This should be replaced by the core/once library (see https://www.drupal.org/node/3158256 → ).
I have made the necessary change and pushed it to the issue fork.
Note: I cant find any usages of once functions in the image_slider code, so perhaps the library isnt actually needed?