Skip to content

Commit

Permalink
Implement #4221 "Lower-level reset-form-data action"
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Oct 18, 2019
1 parent 41550c6 commit 162bb83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/config/properties-form-runner.xml
Expand Up @@ -309,7 +309,10 @@
<property as="xs:string" name="oxf.fr.detail.process.clear.*.*" >
xf:show("fr-clear-confirm-dialog")
then suspend
then xf:dispatch(name = "fr-clear", targetid = "fr-persistence-model")
then reset-form-data
</property>
<property as="xs:string" name="oxf.fr.detail.process.reset-form-data.*.*" >
xf:dispatch(name = "fr-clear", targetid = "fr-persistence-model")
</property>
<property as="xs:string" name="oxf.fr.detail.process.close.*.*">
relinquish-lease
Expand Down

0 comments on commit 162bb83

Please sign in to comment.