When using ds views on a view created with views_database_connector, you get an error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'NAME_OF_CONNECTED_VIEW.nid' in 'field list'

.nid indeed doesn't exist becaus it concerns not a standard entity table.

It seems like ds views is not aware of the other table...

Comments

ErwinDeClerck created an issue. See original summary.

ErwinDeClerck’s picture

Issue summary: View changes