Bug when creating data loader delegates

Hi there.

When you create a loader delegate, from the IDE (IntelliJ plugin) the generated code is incorrect:

 @Install(to = "assignmentToPersonMatchesDc", target = Target.DATA_LOADER)
    private fun assignmentToPersonMatchesDcLoadDelegate(loadContext: LoadContext<AssignmentToPersonMatch>?): MutableList<AssignmentToPersonMatch> {
        TODO()
    }}

The code is supposed to be generated against the loader, not the data container.

1 Like

Hi,
Thank you for reporting the problem.
I have created the ticket, we will fix it in the next release.
https://youtrack.cuba-platform.com/issue/STUDIO-8354