Issue with views

I’m having this issue with views I think. I keep getting this error:

com.haulmont.cuba.core.global.IllegalEntityStateException: Cannot get unfetched attribute [changeAccounting] from detached object com.company.flux.entity.ReportGroup-5caf0d9e-26cc-c8bf-f71b-e668b4bebc5e."

In my views.xml (attached), I made sure that changeAccounting is part of the reportGroups, but I still get this error. Could you tell me what I’m doing wrong? Thanks.

views.zip (1.2K)

Please disregard. I fixed the issue I think. I had a cyclic reference which I removed.
Thanks.