Espo 7.0.3
Advanced Pack 2.8.6
PHP 7.4
There is an error when trying to export related data.
Steps to reproduce:
Advanced Pack 2.8.6
PHP 7.4
There is an error when trying to export related data.
Steps to reproduce:
- Create an Account
- Create a Contact related to the Account
- Create a List Report for Contacts containing the name of the account.
- Try to export it.
- ERROR
Code:
ERROR: (0) Field 'account_name' does not exist.; POST /Report/action/exportList; line: 269, file: /var/www/html/application/Espo/ORM/Defs/EntityDefs.php
Comment