When i upgrade to client core 14.6.0, there is an issue that all model cannot be load at once, for example: broker and client detail of a contract cannot be showed at the first time loading application, need to open it again
Talked to Felix and found that we need to enable true for loadModelGraph: serverConnector.fetchData(ModelGraph.build(true)).then(r => r.json()));
Thank you for bringing this problem into discourse and sharing the solution for our other projects and partners!
Since we cannot mark the initial post as “solution” I just copy over your way how to solve it and mark this accordingly.
As described, root cause was a breaking change within our experimental CDM feature -
You need to enable true for loadModelGraph:
serverConnector.fetchData(ModelGraph.build(true)).then(r => r.json()));
Please get back to us in case of further questions
Best,
Nico