diff --git a/src/main/resources/config/properties-form-builder.xml b/src/main/resources/config/properties-form-builder.xml index 1b8beb0d90f..e4c682add33 100644 --- a/src/main/resources/config/properties-form-builder.xml +++ b/src/main/resources/config/properties-form-builder.xml @@ -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")