getodk / validate

ODK Validate is a Java application for confirming that a form is valid and compliant with the ODK XForms specification. Contribute and make the world a better place! ✨🔍✨
https://docs.getodk.org/validate/
Other
9 stars 26 forks source link

Validate does not detect and report nested field-list errors #13

Closed getodk-bot closed 6 years ago

getodk-bot commented 7 years ago

Issue by mitchellsundt Thursday Jul 09, 2015 at 19:37 GMT Originally opened as https://github.com/opendatakit/opendatakit/issues/974 (0 comment(s))


Originally reported on Google Code with ID 973

What steps will reproduce the problem?

Define a form with a nested field-list

What is the expected output? What do you see instead?

Should warn that the field-list is nested and not allowed.

Does nothing.

Reported by mitchellsundt on 2014-02-11 19:47:42


lognaturel commented 6 years ago

Nested field lists should now be allowed - https://github.com/opendatakit/collect/issues/1255