Skip to content

Commit 2c79ac3

Browse files
committed
For #5934: enable by default on master only
1 parent acc05c0 commit 2c79ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/config/properties-xforms.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<property as="xs:string" name="oxf.xforms.xbl.fr.datetime.field-width" value="{if (fr:created-with-or-newer('2018.2')) then 'full' else 'natural'}"/>
187187
<property as="xs:string" name="oxf.xforms.xbl.fr.us-phone.field-width" value="{if (fr:created-with-or-newer('2018.2')) then 'full' else 'natural'}"/>
188188
<property as="xs:integer" name="oxf.xforms.xbl.fr.error-summary.page-size" value="20"/>
189-
<property as="xs:boolean" name="oxf.xforms.xbl.fr.error-summary.visit-value-changed" value="false"/>
189+
<property as="xs:boolean" name="oxf.xforms.xbl.fr.error-summary.visit-value-changed" value="true"/>
190190

191191
<property as="xs:string" name="oxf.xforms.xbl.fr.dropdown-date.start-year" value="1970"/>
192192
<property as="xs:string" name="oxf.xforms.xbl.fr.dropdown-date.end-year">

0 commit comments

Comments
 (0)