- Issue created by @aman_lnwebworks
- ๐ฌ๐งUnited Kingdom aaron.ferris
aaron.ferris โ made their first commit to this issueโs fork.
- Open on Drupal.org โCore: 10.1.4 + Environment: PHP 8.2 & MySQL 8last update
11 months ago Waiting for branch to pass - ๐ฌ๐งUnited Kingdom aaron.ferris
Added a MR, do we need to do something with respect to the Devel version?
- Status changed to Needs review
11 months ago 3:06pm 16 May 2024 Did you test on 6.2.x or 6.2.2?
I am setting this to major because Devel Is not required on production sites.
- ๐ต๐ญPhilippines pilox033873
The issue is triggered when I set up emails/handlers in the web form
- Status changed to Postponed: needs info
11 months ago 10:54am 20 May 2024 Is this a duplicate of ๐ Incompatibility with devel ^5.2 RTBC ?
- ๐จ๐ฆCanada alberto56
Related to ๐ [Drupal 9.x] Declaration of Drupal\webform\Plugin\DevelGenerate\WebformSubmissionDevelGenerate::validateDrushParams($args) must be compatible with Drupal\devel_generate\DevelGenerateBaseInterface::validateDrushParams(array $args, array $options = Array) Fixed and โจ Move DevelGenerate plugin to a new webform_devel_generate module within this project Active
- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
Does this problem still exist on 6.3.x?
for me i uninstalled devel and did :
drush pmu devel_generate
and it fixed the issue- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
Please confirm that the problem does not exist in 6.3.x.
I have removed the property. I expect that will fix it. Please test.
- ๐จ๐ฆCanada liquidcms
I didnt see the error in the logs but Webform sending email was being broken by the Devel Generate module with Webform 6.2.9 and Devel 5.3.1.
With Webform 6.3.0-beta1 this is fixed.
- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
Is it fixed if you use 6.2.x with merge request !470?
- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
Is that different from merge request 470?
yes it is.
in MR 470 only the entityTypeManager got removed but that did not do the trick for me.- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
Can you put your change into the merge request? It also needs to be re-based into 6.3.x.
- ๐ต๐นPortugal joum Porto
Can confirm #15 applies on 6.2.9 and solves
Fatal error: Type of Drupal\webform\Plugin\DevelGenerate\WebformSubmissionDevelGenerate::$entityTypeManager must be Drupal\Core\Entity\EntityTypeManagerInterface (as in class Drupal\devel_generate\DevelGenerateBase) in /var/www/html/docroot/modules/contrib/webform/src/Plugin/DevelGenerate/WebformSubmissionDevelGenerate.php on line 30
on webform submission.