Steps to reproduce:
- Navigate to Screen1 (Detail View) to create new entity
- Fill the form, save the new entity, save the dataContext
- From Screen1, click a button that will navigate to Screen2 (Another Detail View) to create another entity related to the current one.
- Finish the form, save, Screen2 gets closed and gets back to Screen1.
Expected:
- The form should be filled according to the entity edited previously.
Actual:
- The form is gone, we’re in the new screen again, like when we’re creating new entity.
Note:
When I go to Screen1 with existing entity, and and navigate to Screen2 and create a new entity, saving/closing the Screen2 will return me to the Screen1 with the existing entity.