I have an edit button on my form views to edit the form, defined like so.
<property as="xs:string" name="oxf.fr.resource.cpf.*.en.buttons.edit" value="Edit" />
<property as="xs:string" name="oxf.fr.detail.buttons.view.cpf.*" value="edit" />
<property as="xs:string" name="oxf.fr.detail.process.edit.cpf.*">
edit
</property>
So, to view the form I go to
http://localhost:8080/orbeon/fr/cpf/fredd/view/2015061136When I click on the edit button the form is switched to edit mode. But, if after making some changes and seeing (in the logging) that a draft has been auto saved, I reload the view URL and then click my edit button again I am not prompted to use the autosaved draft.
If I go directly to the edit url
http://localhost:8080/orbeon/fr/cpf/fredd/edit/2015061136then I am prompted to select the saved or draft version for editing.
Shouldn't I be prompted to select which version to edit in the edit button case?
thanks