- 🇫🇷France prudloff Lille
If anyone needs to start using this module on Drupal 10, here is a patch that applies cleanly on 2.0.0.
(Reviewers should review the patch that targets 2.x-dev instead.) - 🇫🇷France GaëlG Lille, France
This module also includes a CKEditor plugin. If you use it, note that it's not yet compatible with CKEditor5, the version bundled in D10 core.
- 🇮🇳India kkalashnikov Ghaziabad, India
update Dependency injection.
- Status changed to Needs work
over 1 year ago 4:40pm 28 April 2023 - 🇺🇸United States COBadger
I tested the patch in comment #6 📌 Automated Drupal 10 compatibility fixes Fixed against 2.x-dev and it resolved the issues that upgrade_status reports, however the ckeditor plugin throws ajax errors:
ResponseText: Error: Non-static method Drupal\image_popup\Controller\ImagePopup::render() cannot be called statically in Drupal\image_popup\Form\EditorImagePopupDialog->submitForm() (line 261 of /app/web/modules/contrib/image_popup/src/Form/EditorImagePopupDialog.php).
- First commit to issue fork.
- Assigned to shivam_tiwari
- @shivam_tiwari opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 2:00pm 1 May 2023 - Status changed to RTBC
over 1 year ago 10:34am 28 June 2023 - 🇮🇳India sidharth_soman Bangalore
@shivam_tiwari Your MR appears to resolve all the issues according to my upgrade status module. The only error remaining is to add the Drupal 11 version into core_version_requirement but that obviously isn't a requirement since this issue is for Drupal 10.
However, it seems that you've applied your commit directly to the 2.x branch instead of the 3297406 issue branch. I'm guessing this probably isn't desirable.
Moving the status to RTBC for now but let's see what the maintainers have to say about the branches and so forth.
Attaching the screenshot of upgrade status scan for reference.
- 🇦🇺Australia gordon Melbourne
I have also been testing this as a part of Drupal 10 upgrade. So far everything is looking fine, and it would be great if we can get this committed so it will make it easier to test.
Thanks.
- Status changed to Fixed
over 1 year ago 6:56am 25 August 2023 - 🇮🇳India JayKandari
Thank you for all the efforts & comments on the issue.
Merged the changes to 2.x.
Will be releasing a new D10 compatible release. Automatically closed - issue fixed for 2 weeks with no activity.