Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.0.0
-
None
-
3ffb9737a56cf81dd42e6ffa5489fe12cf8d2971
Description
The cancel operation always reverts the model back into the null state, but does not touch the model data. The null state is meant to indicate a model in a pristine state with no data or ongoing operations.
Instead the behavior should be that cancel should transition into the Ready state and that existing data in the model, prior to the operation is retained.