I'm executing below code to move my element from one view to another. I noticed that this results in an element restart while this isn't the case when changing the element from view in Cube. Is there some configuration that I need to add to make sure that the element doesn't restart?
Hi, see task 150671.
The problem is that the Update() is now also passing the port information. When setting value null (no change) then there won't be a restart of the element but we're using an SLNet call which doesn't have eg nullable booleans so we are forced to set a value even if there is no change. We're still investigating on how to circumvent this.