Open agentrickard opened 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->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->mapToDataStorageRecord(Object, 'node_field_data') (Line: 945)
The field storage is showing up in configuration, but the field itself is not. Trying to figure out why.
On the current code, I get this error when trying to save a node with a reviewer field.