I have a page in which associations between non-persistent objects (team - teammember) are set in a data source microflow. Furthermore, a widget shows the teams. When clicking on one of the teams, a pop-up appears that shows all team members in that team. However, when closing the pop up, the default cancel action is triggered and the association is undone. This causes that a second click on the team shows no team members.
How can I solve this without making the entities persistable? The weird thing is that there is a page property 'close action', but it cannot be changed...