Skip to content

Commit

Permalink
Fix #3970 "New button has no effect"
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Mar 28, 2019
1 parent 1376e61 commit 06315b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/resources/config/properties-form-runner.xml
Expand Up @@ -285,6 +285,9 @@
}"
)
</property>
<property as="xs:string" name="oxf.fr.detail.process.new.*.*">
navigate(uri = "/fr/{fr:app-name()}/{fr:form-name()}/new")
</property>
<property as="xs:string" name="oxf.fr.detail.process.validate.*.*" value='validate-all'/>
<property as="xs:string" name="oxf.fr.detail.process.edit.*.*" value='edit'/>
<property as="xs:string" name="oxf.fr.detail.process.collapse-all.*.*" value='collapse-all'/>
Expand Down

0 comments on commit 06315b5

Please sign in to comment.