Problem/Motivation
Follow-up to #2321721-71: Provide a views relationship for each dynamic entity reference field
@dawehner said
+++ b/dynamic_entity_reference.views.inc @@ -0,0 +1,100 @@ + 'base' => $entity_type->getDataTable() ?: $entity_type->getBaseTable(),+1 for doing it right
Proposed resolution
@todo confirm this with @dawehner
Remaining tasks
Write a patch
User interface changes
None
API changes
None
Data model changes
None
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | get_base_table_properly-2542280-1.patch | 2.61 KB | jibran |
Comments
Comment #1
jibranThanks @dawehner for the help.
Comment #2
dawehnerThis looks great!
Comment #4
jibranThanks.