Hi Beyhan,
Thanks for your answer and for bringing it up to the UI team. We are developing a custom solution for a customer who was worried about the warning.
Thanks again,
Sylvain
Hi Beyhan,We changed the stack of each applications that are deployed in the space but still get the warning above the application list. When we navigate to each application details, we see that the stack has been properly migrated: Cloud Foundry Lin...
I have a very similar issue but with a deep update. I first get a draft created with the following request:POST http://localhost:4004/ddu-srv/Parents(ID=0db5bb94-675c-4c06-bcef-465fe43ff690,IsActiveEntity=true)/DeepDraftUpdateService.draftEdit?$selec...
I just realized that this is occurring because the code always makes the same call and service will return the information of the authenticated user:/UserSet('X')It's not a good practice, a function call should be used in such a situation (ie. getAut...
Hi Sahidur,Found another situation where it would do the same behavior for a get entity. Here's the sequence:/UserSet('user1')/UserSet('user2')/UserSet('user1') // the third read would produce the exact same stack trace you have aboveMy work around ...