- Issue created by @arnabcse2013
- 🇮🇳India sarwan_verma
Hi @arnabcse2013 patch #1 Works fine for me on my case, Thanks.
- Status changed to Needs review
about 1 year ago 10:31am 23 August 2023 - 🇬🇧United Kingdom the_g_bomb
Marking as needs review so that someone can review it
- Status changed to RTBC
about 1 year ago 1:54pm 28 August 2023 - 🇹🇷Turkey orkut murat yılmaz Istanbul
Hello all,
The patch works fine. I'm changing the issue's status as RTBC.
Thanks for the contribution.
Best,
Orkut - Status changed to Needs work
about 1 year ago 8:21pm 28 September 2023 - 🇺🇦Ukraine i-trokhanenko Lutsk 🇺🇦
The patch is applied correctly and updates the core_version_requirement, but we need to fix a bunch of other deprecations to make this module fully compatible with D10.
Todo list:
- Fix deprecated function module_load_include()
- Replace core/jquery.once with core/once.
- Fix deprecated function file_munge_filename().
- 🇮🇳India arnabcse2013 Bangalore
Hello @i-trokhanenko
Noted.. I will update the patch with the fixes. Thank you :)
- 🇺🇸United States nsciacca
Here's an updated patch for Drupal 10:
- Updated to simplify theme functions into .module
- Replaced core/jquery.once with core/once
- Replace file_munge_filename
- Replace usage of $_POST with request_stack service
- Drupal 10 code standardsAlso there seems to be activity/work on the other issue here: Automated Drupal 10 compatibility fixes
- https://www.drupal.org/project/dropzonejs_webform/issues/3296994 → - First commit to issue fork.
- 🇦🇹Austria shyam-sawhney
For me even after applying the patch the composer is showing a dependency to D8||D9. Can someone help me?
- 🇮🇳India arnabcse2013 Bangalore
Hello @Shyam, can you please share the issue that you are facing ?
- 🇮🇳India arnabcse2013 Bangalore
Hello @Shyam, can you please share the issue that you are facing ?
- 🇮🇳India sakthi_dev
@shyam-sawhney, this is because the composer will download the repo by checking the dependency and after that only the patch will get apply.
So override this behavior for the particular project you can use composer-drupal-lenient. For more information please have a look at https://www.drupal.org/docs/develop/using-composer/using-drupals-lenient... → documentation.