Should the autosave to drafts work with the form builder?
We have our own persistence provider that handles all persistence operations, we don't use any of the built in providers. Our configuration is <!-- Whether the provider is active (used only by the Home page as of 4.4) [SINCE Orbeon Forms 4.4] --> <property as="xs:boolean" name="oxf.fr.persistence.cpf.active" value="true" /> <!-- Whether autosave is supported [SINCE Orbeon Forms 4.4] --> <property as="xs:boolean" name="oxf.fr.persistence.cpf.autosave" value="true" /> <property as="xs:integer" name="oxf.fr.detail.autosave-delay.*.*" value="5000" /> <!-- Whether user/group permissions are supported [SINCE Orbeon Forms 4.4] --> <property as="xs:boolean" name="oxf.fr.persistence.cpf.permissions" value="true" /> <!-- Map everything to our persistence API --> <property as="xs:string" name="oxf.fr.persistence.provider.*.*.*" value="cpf" /> <!-- Disable the builtin exist provider and the default built in orbeon demo forms. --> <property as="xs:boolean" name="oxf.fr.persistence.exist.active" value="false" /> <property as="xs:boolean" name="oxf.fr.persistence.orbeon.active" value="false" /> When I use the form builder I don't see any autosave requests for the form being built. When I create or edit a form I do see the autosaves as expected. When I save or publish the form from the builder our persistence provider is invoked and it does save/publish the form template. thanks. |
Administrator
|
Hi Brian,
-- At this point, autosave isn't supported from Form Builder, just from the forms you create with Form Builder. Alex On Wed, Apr 1, 2015 at 6:16 PM bwallis42 <[hidden email]> wrote: Should the autosave to drafts work with the form builder? You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email].
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |