I had an entity "Vorgang" and an entity "Projekt" which are related, in the entity "Projekt" is an Image field called "Bild" now I want to create an Report which shows a filtered list of "Vorgang" an additional some fields of the entity "Projekt". This workes well until I and the column "Projekt.Bild", than an error occurs:
[2017-05-02 07:41:59] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'projekt.bild' in 'field list', Code: 42S22 URL: /api/v1/Report/action/runList?id=5908376e25ccff289&maxSize=20&offset=0&s ortBy=projekt&asc=false [] []
I had a look into the database and in the table projekt is only a column called bild_id.
I think this is a bug, right?
[2017-05-02 07:41:59] Espo.ERROR: Display Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'projekt.bild' in 'field list', Code: 42S22 URL: /api/v1/Report/action/runList?id=5908376e25ccff289&maxSize=20&offset=0&s ortBy=projekt&asc=false [] []
I had a look into the database and in the table projekt is only a column called bild_id.
I think this is a bug, right?
Comment