Skip to content

Commit

Permalink
For #6518: fix XHTML export
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Oct 22, 2024
1 parent 4a28d65 commit c317c08
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/main/resources/config/properties-form-builder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,9 @@
") then (
xf:dispatch(name = "DOMActivate", targetid="open-form-settings-trigger", mode = "app-form", for-button-name = "form-definition-xhtml-export") then
suspend then
xf:show(
dialog = "fb-publish-dialog",
app = "{xxf:instance('fb-form-instance')/xh:head/xf:model[@id = 'fr-form-model']/xf:instance[@id = 'fr-form-metadata']/*/application-name}",
form = "{xxf:instance('fb-form-instance')/xh:head/xf:model[@id = 'fr-form-model']/xf:instance[@id = 'fr-form-metadata']/*/form-name}"
)
xf:dispatch(name = "fb-form-definition-xhtml")
) else
xf:dispatch(name = "fb-form-definition-xhtml")
xf:dispatch(name = "fb-form-definition-xhtml")
</property>

<property as="xs:string" name="oxf.fr.detail.process.test.orbeon.builder">
Expand Down

0 comments on commit c317c08

Please sign in to comment.