strakers / zendesk-drupal-webform

Adds the ability to create Zendesk tickets from Drupal Webforms
https://packagist.org/packages/strakez/zendesk-webform
MIT License
2 stars 4 forks source link

Also need to update file `.../custom/zendesk-webform/src/Plugin/WebofrmHandler/ZendeskHandler.php` as it throws the same error as here: https://www.drupal.org/project/webform_mautic/issues/3201540 #42

Closed strakers closed 3 years ago

strakers commented 3 years ago

Also need to update file .../custom/zendesk-webform/src/Plugin/WebformHandler/ZendeskHandler.php as it throws the same error as here: https://www.drupal.org/project/webform_mautic/issues/3201540

This is due to a D9 update on the WebformHandlerBase class (inherited from the Drupal\Component\Plugin\PluginBase class). It was updated with its own static create method, and now its __construct method now only takes 3 parameters. Please fix @strakers

Originally posted by @strakers in https://github.com/strakers/zendesk-drupal-webform/issues/41#issuecomment-908731092

strakers commented 3 years ago

Resolved in v2.0.0