Skip to content

Commit ee6b131

Browse files
committed
"Vendor Application" demo form: don't encrypt
- importing build time data fails with this
1 parent cf30cd2 commit ee6b131

File tree

2 files changed

+4
-5
lines changed
  • data/orbeon/fr/orbeon
    • builder/data/a9ccae9cb991ebabc507a0da9850bf1c33c1d910
    • vendor-application/form

2 files changed

+4
-5
lines changed

data/orbeon/fr/orbeon/builder/data/a9ccae9cb991ebabc507a0da9850bf1c33c1d910/data.xml

-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@
620620
<fr:c x="1" y="4" w="3">
621621
<fr:us-ssn xmlns="http://orbeon.org/oxf/xml/form-builder" id="ssn-control" bind="ssn-bind"
622622
fr:pdf-template-field-name="2">
623-
<fr:encrypt/>
624623

625624

626625

data/orbeon/fr/orbeon/vendor-application/form/form.xhtml

+4-4
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,10 @@
441441
<fr:c x="4" y="3" w="9" h="1"/>
442442

443443
<fr:c x="1" y="4" w="3">
444-
<fr:us-ssn xmlns="http://orbeon.org/oxf/xml/form-builder" id="ssn-control" bind="ssn-bind" fr:pdf-template-field-name="2"><fr:encrypt/>
445-
446-
447-
444+
<fr:us-ssn xmlns="http://orbeon.org/oxf/xml/form-builder" id="ssn-control" bind="ssn-bind" fr:pdf-template-field-name="2">
445+
446+
447+
448448
<xf:label ref="$form-resources/ssn/label"/>
449449
<xf:hint ref="$form-resources/ssn/hint"/><xf:alert ref="$form-resources/ssn/alert" validation="validation-1-validation"/><xf:alert ref="$fr-resources/detail/labels/alert"/>
450450

0 commit comments

Comments
 (0)