Check UI actions for lazily loaded screens

With release 2022.3 a change to the lazily loaded screens was introduced.

It would be helpful if this could be added to the model errors check, otherwise you end up with the following error message in the server log and have no idea which action it might have been.

ERROR Origam.Server.Controller.AbstractController - 
Only actions with merge type Ignore can be invoked in lazily loaded screens.

@washi actions in the package RootMenu, entity BusinessPartner don’t meet this requirement. Is it ok to change their MergeType to Ignore?

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.