Skip to content
Snippets Groups Projects
Commit cfa79b9e authored by Kevin Kaland's avatar Kevin Kaland
Browse files

Remove data_table to fix Views.

parent 99612cd9
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ use Drupal\fillpdf\FillPdfFormInterface;
* },
* admin_permission = "administer pdfs",
* base_table = "fillpdf_forms",
* data_table = "fillpdf_forms_field_data",
* entity_keys = {
* "id" = "fid",
* "label" = "title",
......
......@@ -27,7 +27,6 @@ use Drupal\fillpdf\FillPdfFormFieldInterface;
* },
* admin_permission = "administer pdfs",
* base_table = "fillpdf_fields",
* data_table = "fillpdf_fields_field_data",
* entity_keys = {
* "id" = "ffid",
* "uuid" = "uuid"
......
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