Problem/Motivation
When creating a view of Contact entities, I cannot add the "User mapping" field.
I get the following error:
TypeError: Drupal\crm\Plugin\views\field\UserContactMappingField::__construct(): Argument #4 ($crm_user_contact_mapping) must be of type Drupal\crm\Entity\UserContactMappingInterface, Drupal\crm\Service\UserContactMappingService given, called in /var/www/html/web/modules/contrib/crm/src/Plugin/views/field/UserContactMappingField.php on line 64 in Drupal\crm\Plugin\views\field\UserContactMappingField->__construct() (line 48 of /var/www/html/web/modules/contrib/crm/src/Plugin/views/field/UserContactMappingField.php).
Issue fork crm-3567953
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
svendecabooterComment #6
bluegeek9 commented