sumitgpl / ce-mobile-crm

Automatically exported from code.google.com/p/ce-mobile-crm
0 stars 0 forks source link

Back navigation does not function correctly when editing records #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edit a record
2. Save the record
3. Click the "back" button
4. Notice it attempts to take you back to the edit form.

What is the expected output? What do you see instead?
Expected output would be clicking "back" on the account list screen takes you 
back to the main screen, or if viewed from another linked record, takes you 
back to that record.

Navigation stack needs to have the edit screen removed from the stack so that 
it does not take you back to that screen but rather the screen before it. The 
edit screens should never be added to the navigation stack.

Original issue reported on code.google.com by team...@gmail.com on 18 Aug 2012 at 2:31