Skip to content
Snippets Groups Projects
Commit 90b1f927 authored by dpi's avatar dpi
Browse files

Issue #3073412 by dpi, jptaranto: Fix incorrect entity data table breaking relationships

parent 5e76ea2f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ use Drupal\workflows\WorkflowInterface;
* ),
* label_collection = @Translation("Scheduled transitions"),
* base_table = "scheduled_transition",
* data_table = "scheduled_transition_field_data",
* data_table = "scheduled_transition",
* translatable = FALSE,
* entity_keys = {
* "id" = "id",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment