Visibility of non-persistent objects in 7.23.4

0
I am facing an interesting change since I upgraded my application from 7.23.3 to 7.23.4. I am calling a REST API to fetch the list of customers. Customers are coming as a large entity CustomerSearch with some auxiliary information in child entities like CustomerSite etc. On the search page I, of course, show content of CustomerSearch entity. Then I select a customer I like and trigger a business logic microflow passing  selected CustomerSearch as a parameter. In release 7.23.3 my business logic microflow could access auxiliary information from child entities. In release 7.23.4 I lose all child entities. Is this an expected change? P.S. I cannot select 7.23.4 as Mendix version for this post.
asked
2 answers
0

Probably not. Nothing like this in the release notes. Best thing to do is create a ticket in support.mendix.com because I expect this to be unwanted and Mendix will probably either have a fix or tell you the reason.

answered
0

I cannot reproduce the issue any more. Maybe it was just a bad day.

answered