- Open on Drupal.org โCore: 9.5.x + Environment: PHP 8.1 & MariaDB 10.3.22last update
over 1 year ago Waiting for branch to pass - Issue created by @stevenlafl
- Status changed to RTBC
over 1 year ago 5:26am 21 April 2023 - ๐ฎ๐ณIndia keshavv India
Reviewed the patch and tested it. Its working prefect. moving to RTCB.
- ๐ฎ๐ณIndia vipin.mittal18 Greater Noida
vipin.mittal18 โ made their first commit to this issueโs fork.
- Merge request !9Fix php 8.2 deprecation rule of dynamic property โ (Closed) created by vipin.mittal18
- Open on Drupal.org โCore: 9.5.x + Environment: PHP 8.1 & MariaDB 10.3.22last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 2 fail - Open on Drupal.org โCore: 9.5.x + Environment: PHP 8.1 & MariaDB 10.3.22last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 1 fail - Status changed to Needs work
over 1 year ago 8:03am 12 May 2023 - ๐ฎ๐ณIndia vipin.mittal18 Greater Noida
As PHP 8.2 test cases failed, the status was changed to the correct one.
- Status changed to RTBC
over 1 year ago 10:40pm 30 July 2023 - ๐บ๐ธUnited States mlncn Minneapolis, MN, USA
The test failures are not the result of this patch. Tests are failing on the unpatched dev branch โ already (and the released version of the module too).
The failures are different on the merge request because vipin.mittal18 added an absolutely necessary fix for the tests to run at allโ changing the theme to Stark, rather than Classy which is not enabled. But that, and the general test failures, should probably be dealt with in a separate issue / patch.
The patch in stevenlafl's initial issue creation is correct and is ready to be committed as per keshav.k's review.
- ๐ฉ๐ชGermany hchonov ๐ช๐บ๐ฉ๐ช๐ง๐ฌ
But this issue shouldn't be occurring after https://www.drupal.org/node/3292540 โ or am I missing something here?
- heddn Nicaragua
You would think, yes. Perhaps there is something else going on that still injects that? I didn't dig into why or what is setting that property, but in 10.1 and PHP 8.2, that property is still getting set on a regular basis, or basically every page. The warnings are quite noisy.
- ๐ฎ๐ณIndia arunkumark Coimbatore
+1 RTBC. I have tested the patch with Drupal 10.0.5 it was working fine.
- ๐บ๐ฆUkraine rollins
The provided patch also working ok for me.
PHP 8.2
Drupal core 9.5.9 - ๐ฎ๐ณIndia santhosh@21
The reviewed patch also works for me
php - 8.2
drupal - 10.2
auto_username - 1.3 - ๐ธ๐ชSweden adamevertsson
3 x RTBC. Could this be implemented in a stable release, I wonder?
- last update
8 months ago Patch Failed to Apply - Status changed to Needs work
8 months ago 8:53pm 2 April 2024 - ๐บ๐ธUnited States mglaman WI, USA
The issue is due to the decorated service.
form_builder.autosave_form: public: false class: \Drupal\autosave_form\Form\AutosaveFormBuilder decorates: form_builder # The decorated autosave form builder should be the first applied as it # will not call further decorators, but directly override the core form # builder by extending from it and just calling the parent methods. decoration_priority: 10000 arguments: ['@form_builder.autosave_form.inner', '@form_validator', '@form_submitter', '@form_cache', '@module_handler', '@event_dispatcher', '@request_stack', '@class_resolver', '@element_info', '@theme.manager', '@?csrf_token', '@autosave_form.entity_form_storage'] # Workaround for serializing decorated services. Remove when either # https://www.drupal.org/project/drupal/issues/2896993 or # https://www.drupal.org/project/drupal/issues/2531564 are fixed. properties: { _serviceId: form_builder }
#2896993: Decorated services crash on serialization. โ was fixed in 9.4.x, and #2531564: Fix leaky and brittle container serialization solution โ in 9.5. We can remove the workaround and change
core_version_requirement
tocore_version_requirement: ^9.5 || ^10
- last update
8 months ago 1 pass - last update
8 months ago 1 pass - Status changed to Needs review
8 months ago 8:56pm 2 April 2024 - ๐บ๐ธUnited States mglaman WI, USA
See https://www.drupal.org/project/autosave_form/issues/3355495 ๐ PHP 8.2 deprecation issue with AutosaveFormBuilder Needs work
- Status changed to RTBC
7 months ago 1:23am 8 April 2024 - ๐จ๐ฆCanada smulvih2 Canada ๐
PR #12 worked for me, no longer seeing the deprecation error.
- last update
7 months ago 1 pass - ๐ฌ๐งUnited Kingdom Finn Lewis
Adding a patch file version of the merge request #12
https://git.drupalcode.org/project/autosave_form/-/merge_requests/12#not...
- ๐ญ๐บHungary Balu Ertl Budapest ๐ช๐บ
Necessary to be merged to let ๐ Automated Drupal 11 compatibility fixes for autosave_form Needs review happen also.
- ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
We're using this patch for quite some time now on a multitude of projects in production. Would be nice to see this land! RTBC+1
- ๐ฉ๐ชGermany hchonov ๐ช๐บ๐ฉ๐ช๐ง๐ฌ
Merged. Thank you. This will be part of the 1.6 release.
- Status changed to Fixed
5 months ago 10:57am 23 June 2024 - ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
Don't forget to close the other MR so it won't linger around. https://git.drupalcode.org/project/autosave_form/-/merge_requests/9
- ๐ฉ๐ชGermany hchonov ๐ช๐บ๐ฉ๐ช๐ง๐ฌ
Thanks for the remainder, @BramDriesen :)
Automatically closed - issue fixed for 2 weeks with no activity.