Hi, studio shows me false positive error “Jmix: Unable to find data container “gradeDc” in current view or its includes” .
In the descriptor file of the controller, I described 3 nested containers of type .
<collection id="subjectsDc" ...>
...
<collection id="studentDc" property="students">
<collection id="gradeDc" property="grades"/>
</collection>
</collection>.
Studio can’t find the gradeDc container when used in with the error “Jmix: Unable to find data container “gradeDc” in current view or its includes”. However, the application compiles and runs without errors.
PS:
Jmix version: 2.0.2
Jmix Studio plugin version: 2.0.3-232
IntelliJ version: IntelliJ IDEA 2023.2.2 (Ultimate Edition)