Daxif icon indicating copy to clipboard operation
Daxif copied to clipboard

ExtendedSolution sets state, regardless of whether it is needed.

Open magesoe opened this issue 7 years ago • 0 comments

When importing an extended solution, DAXIF will always call set state on processes, such that the state remains the same. However, this can produce unwanted side effects if the owner of those processes is suddenly disabled. This will also be true for similar situations.

I propose that such operations are only executed when needed, even though it would add additional overhead to the import.

magesoe avatar Jun 20 '18 08:06 magesoe