- First commit to issue fork.
- @yanalshoubaki opened merge request.
- First commit to issue fork.
- 🇮🇳India Chandra Gowsalya Kannan
Found below deprecated warning in upgrade status
jQuery.once() is deprecated in Drupal 9.3.0 and will be removed in Drupal 10.0.0. Use the core/once library instead
Added MR changes and my changes in single patch.It makes compatible and there is no non ignorable error in drupal check
- 🇮🇳India Chandra Gowsalya Kannan
Applied MR changes but still found few errors in drupal check . Resolved and created new patch.
It has dependency to webform and dropzonejs.
Attached screenshot for ref. No non ignorable error in drupal check - Status changed to RTBC
over 1 year ago 7:41am 19 June 2023 - 🇮🇳India rahul1707
I have tested patch #8 in Drupal 10.0.8 and 9.5.7. Patch applied cleanly and makes this module D10 compatible. Functionality is working fine for me.
Moving this to RTBC.
- Status changed to Needs work
over 1 year ago 1:08pm 28 June 2023 - 🇮🇳India rahul1707
Module is D10 compatible but functionality is not working properly as I am not getting option to add dropzone element in webform.
Moving this to Needs Work.
- 🇺🇦Ukraine taraskorpach Lutsk
I've encountered an issue when trying to access the submissions page for a specific webform. I've update the patch to fix this problem. I don't believe this issue is related to problem from #10, so I haven't changed issue status.
- 🇬🇧United Kingdom the_g_bomb
Trying:
git clone --branch '8.x-1.x' https://git.drupalcode.org/project/webform_dropzonejs.git cd webform_dropzonejs curl https://www.drupal.org/files/issues/2023-10-17/d10_compatibility-3299484-11.patch | git apply --index -
I get:
error: patch failed: webform_dropzonejs.info.yml:2 error: webform_dropzonejs.info.yml: patch does not apply
Also the patch in #10 is not complete, I think. There does seem to be more changes required.