After enabling this module I get the following in my logs:
TypeError: Argument 1 passed to Drupal\\webform_score\\Service\\WebformScore::deleteWebform() must implement interface Drupal\\webform\\WebformInterface, string given, called in /8.4.5/html/modules/contrib/webform_score/webform_score.module on line 106
I am on Drupal 8.4.5 and php7.1 ubuntu
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | webform_score-must_implement_interface_webform_interface-2952004-2.patch | 569 bytes | bkhandruk |
Comments
Comment #2
bkhandruk commentedPassed an entity object to deleteWebform method.
Comment #3
nigelcunningham commentedThanks for the patch but this no longer applies in the 2.x branch. Closing as outdated.