- Issue created by @arti_parmar
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 12:00pm 22 June 2023 - 🇮🇳India sidharth_soman Bangalore
Patch #2 applies cleanly.
However, there is still a dependency injection error left in one of the files. I am attaching the relevant screenshots.
Hence, moving back to 'Needs Work'.
- Status changed to Needs work
almost 2 years ago 8:59pm 9 July 2023 - 🇬🇧United Kingdom joachim
Thanks for the patch and the review.
But please don't post screenshots that just show a patch applying or text!
- Status changed to Needs review
almost 2 years ago 6:23am 10 July 2023 - 🇮🇳India mrinalini9 New Delhi
Updated patch #2 by addressing #3, please review it.
Thanks & Regards,
Mrinalini - 🇬🇧United Kingdom joachim
Committed, with the following fixes:
-
+++ b/src/ComputedFieldBuilder.php @@ -18,15 +20,36 @@ class ComputedFieldBuilder implements TrustedCallbackInterface { + public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) { + return new static( + $container->get('entity_type.manager'), + $container->get('render_placeholder_generator') + );
That's wrong -- this is a service. The yml file needs to be changed. This will currently crash.
-
+++ b/src/ComputedFieldBuilder.php @@ -68,13 +91,14 @@ class ComputedFieldBuilder implements TrustedCallbackInterface { - ])]; + ]), + ];
That shouldn't be changed.
Thanks everyone!
-
- Status changed to Fixed
almost 2 years ago 6:08am 13 July 2023 -
joachim →
committed 812ed152 on 4.0.x authored by
arti_parmar →
Issue #3368642 by mrinalini9, arti_parmar, sidharth_soman: Fixed classes...
-
joachim →
committed 812ed152 on 4.0.x authored by
arti_parmar →
Automatically closed - issue fixed for 2 weeks with no activity.