Hi,
I am trying to use the CRUD web API to update the form definitions on a continous Integration server (
http://doc.orbeon.com/form-runner/api/persistence/crud.html). It is working fine for normal forms but it is not working properly for forms that reference a section template in the library that we created. For these, the section referenced is just missing.
I verified by doing the operation manually and it seems that Orbeon is copying the section template in the currently edited form when it publishes it in the orbeon_form_definition table. Is this something that we can do in the CRUD API ? If so, how ?
Thank you !
Frederic