Report "unfetched attribute" exceptions in entity inspector

Hi,

i found that when trying to use the entity inspector for the report entity there is a error regarding the “unfetched attribute”:


IllegalStateException: Cannot get unfetched attribute [custom] from detached object com.haulmont.reports.entity.ReportTemplate-51d9fe7b-1009-422f-0f9a-67f5dc2729c9 [detached].

Exporting a particular report entity as zip will throw another similar exception:


IllegalStateException: Cannot get unfetched attribute [code] from detached object com.haulmont.reports.entity.ReportGroup-... [detached].

This prevents me from exporting the Report. This is fairly sad because although i could use the Report export button in the report browser, when i want to use the JSON importer (Test and seed data in CUBA applications – Road to CUBA and beyond...) i need to create the JSON structure as well.

Perhaps you might want to have a look at it.

Bye
Mario

Hi Mario,
Thank you for reporting the problem.

:ticket: See the following issue in our bug tracker:

https://youtrack.cuba-platform.com/issue/PL-9107

A post was split to a new topic: Cannot get unfetched attribute on Report export