patrickfweston / workbench_reviewer

A Drupal 8 module to allow content to be assigned to individuals for review
0 stars 0 forks source link

Save failures #15

Open agentrickard opened 6 years ago

agentrickard commented 6 years ago

On the current code, I get this error when trying to save a node with a reviewer field.

The website encountered an unexpected error. Please try again later.</br></br><em class="placeholder">Drupal\Core\Entity\EntityStorageException</em>: Table mapping contains invalid field workbench_reviewer. in <em class="placeholder">Drupal\Core\Entity\Sql\SqlContentEntityStorage-&gt;save()</em> (line <em class="placeholder">805</em> of <em class="placeholder">core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php</em>). <pre class="backtrace">Drupal\Core\Entity\Sql\SqlContentEntityStorage-&gt;mapToDataStorageRecord(Object, &#039;node_field_data&#039;) (Line: 945)
agentrickard commented 6 years ago

The field storage is showing up in configuration, but the field itself is not. Trying to figure out why.