- Issue created by @aman_lnwebworks
- ๐ฌ๐งUnited Kingdom aaron.ferris
aaron.ferris โ made their first commit to this issueโs fork.
- Merge request !470Issue #3447608: Remove declaration of WebformSubmissionDevelGenerate::$entityTypeManager โ (Merged) created by aaron.ferris
- Open on Drupal.org โCore: 10.1.4 + Environment: PHP 8.2 & MySQL 8last update
about 1 year 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
about 1 year 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
about 1 year 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.
- Status changed to Needs work
5 days ago 2:53pm 30 May 2025 - ๐ต๐นPortugal vitor faria
This ticket should be moved to RTBC. Reasons being:
- patch for 6.2.9 seems to have been tested and is working
- patch does not need to be rebased as code is already present (or fixed) in version 6.3. I just tested it and #liquidcms also confirms it in comment #13 ๐ Fatal error: Type of Drupal\webform\Plugin\DevelGenerate\WebformSubmissionDevelGenerate::$entityTypeManager must be Postponed: needs info
- ๐จ๐ฆCanada Liam Morland Ontario, CA ๐จ๐ฆ
It would be helpful to know which commit fixed it in 6.3.x.
-
liam morland โ
committed 624ede94 on 6.2.x authored by
aaron.ferris โ
Issue #3447608: Remove declaration of WebformSubmissionDevelGenerate::$...
-
liam morland โ
committed 624ede94 on 6.2.x authored by
aaron.ferris โ