- Issue created by @dtfabio
- First commit to issue fork.
- Status changed to Needs review
10 months ago 3:42pm 6 July 2024 - Status changed to Needs work
9 months ago 4:34am 7 July 2024 - Assigned to dtfabio
- Status changed to Needs review
11 days ago 1:28pm 6 April 2025 - 🇧🇪Belgium dtfabio Ninove
I have rebased the MR with the changes from the latest version, did note that the code would also be D11 ready.
The php stan pipeline is green, but I am going to test this before moving this ticket over to RTBC.
- 🇧🇪Belgium dtfabio Ninove
I tested the code on three different Drupal instances, Drupal versions 10.3.14, 10.4.6 and 10.2.12.
The first two versions gave no problems, but as the minimum version was increased to 10.2 I wanted to make sure it would therefore also work for the latest 10.2 release.
Here I got the following error message when using the debug option on the webform handler:
The website encountered an unexpected error. Try again later. Error: Call to undefined method Drupal\Core\Render\Renderer::renderInIsolation() in Drupal\activecampaign_webform\Plugin\WebformHandler\ActiveCampaignFormHandler->submitForm() (line 217 of modules/custom/activecampaign/modules/activecampaign_webform/src/Plugin/WebformHandler/ActiveCampaignFormHandler.php).
So I'm going to raise the version requirement for the webform submodule to 10.3 + updated the title to reflect that D11 update adjustments have been added here.
- 🇧🇪Belgium dtfabio Ninove
Tested on Drupal version 11.1.6 and everything works ok here too, so I am changing the ticket to RTBC.
-
dtfabio →
committed 1753bef3 on 2.0.x authored by
vladimiraus →
Issue #3459298 by vladimiraus, dtfabio, tim-diels: Fix issues reported...
-
dtfabio →
committed 1753bef3 on 2.0.x authored by
vladimiraus →
- 🇧🇪Belgium dtfabio Ninove
Re-based to and merged with the 2.x branch and will cherry pick the changes to the 1.x branch later.
-
vladimiraus →
authored cb3838b2 on 1.x
Issue #3459298 by vladimiraus, dtfabio, tim-diels: Fix issues reported...
-
vladimiraus →
authored cb3838b2 on 1.x
- 🇧🇪Belgium dtfabio Ninove
Cherry picked to 1.x branch, thanks for the work everyone and for the D11 update Vladimiraus. :)