Skip to content
Snippets Groups Projects
Commit c2fba5c5 authored by mindaugasd's avatar mindaugasd
Browse files

Issue #3397554 by mindaugasd: Custom fields don't show up in views

parent 82dc4e62
No related branches found
No related tags found
No related merge requests found
Pipeline #143167 passed with warnings
......@@ -36,7 +36,6 @@ use Drupal\aichat\AIChatInterface;
* },
* },
* base_table = "aichat",
* data_table = "aichat_field_data",
* admin_permission = "administer aichat",
* entity_keys = {
* "id" = "id",
......@@ -209,4 +208,4 @@ class AIChat extends ContentEntityBase implements EntityChangedInterface, Entity
$this->set('data', json_encode($this->data_cache));
}
}
\ No newline at end of file
}
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