I have a "snippet" list page and if you select the edit button of a snippet from the list, this is the action:
It's passing the snippet document to the snippetedit
I then use the document contents inside the snippetedit page and it works no problem.
The user can then save or cancel which returns them to the list page.
If I then select another snippet from the list, it should then send the new document as a parameter but the snippet edit page just shows the previous snippet document.
If I go off my list page to another page and then back to my snippet list page and select a new snippet, then it works!
I have tried so many different iterations removing all back paths to try to isolate the problem but I can't work it out. Could it be a bug? please help!