A ?v= link names one of a workflow's saves. A live workflow browses its publishes instead, and those are numbered separately, so opening such a link on a live workflow put a version on screen that the list beside it could not name.
It happens easily. A colleague without experimental features only ever produces ?v= links, and a link made while a workflow was still a draft keeps working after it goes live.
Fixed in #5177: the parameter is dropped and you get what is live. The write replaces the history entry rather than pushing one, so the back button still works.
A
?v=link names one of a workflow's saves. A live workflow browses its publishes instead, and those are numbered separately, so opening such a link on a live workflow put a version on screen that the list beside it could not name.It happens easily. A colleague without experimental features only ever produces
?v=links, and a link made while a workflow was still a draft keeps working after it goes live.Fixed in #5177: the parameter is dropped and you get what is live. The write replaces the history entry rather than pushing one, so the back button still works.