PDF Button not displaying on CE 4.6?

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

PDF Button not displaying on CE 4.6?

nyeager
I have two nearly identical Orbeon instances running. One CE 4.5 the other CE 4.6. After testing the functionality of forms between both versions it appears as if I cannot get the PDF button to display on live forms on 4.6. Has something changed? Maybe a bug got introduced?

My properties-local.xml on both:

<property as="xs:string" name="oxf.fr.detail.buttons.*.*" value="save-draft pdf send"/>

Thanks!
Nick

--
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].
Reply | Threaded
Open this post in threaded view
|

Re: PDF Button not displaying on CE 4.6?

Erik Bruchez
Administrator
Good catch, this was a bug in 4.6, now fixed:

    https://github.com/orbeon/orbeon-forms/issues/1868

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: PDF Button not displaying on CE 4.6?

abiketov
Hi Erik,

How can I get this fix into 4.6 CE. Can you point may be to some files may that need to be updated.

Thanks,

Andrei
Reply | Threaded
Open this post in threaded view
|

Re: PDF Button not displaying on CE 4.6?

Alessandro  Vernet
Administrator
Hi Andrei,

The diff was linked from the issue Erik mentioned, but here is the direct link:

https://github.com/orbeon/orbeon-forms/commit/787590fd641a884f5a030edd3464388ad621525a

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: PDF Button not displaying on CE 4.6?

abiketov
Thanks a lot Alex, one more time.