You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
A field-list group inside another field-list group crashes Collect. Build should not allow such forms to be built.
E/AndroidRuntime( 7503): java.lang.RuntimeException: Only questions are allowed in 'field-list'. Bad node is: /data
E/AndroidRuntime( 7503): at org.odk.collect.android.logic.FormController.getQuestionPrompts(FormController.java:848)
E/AndroidRuntime( 7503): at org.odk.collect.android.logic.FormController.stepToNextScreenEvent(FormController.java:593)
E/AndroidRuntime( 7503): at org.odk.collect.android.activities.FormEntryActivity.showNextView(FormEntryActivity.java:1174)
E/AndroidRuntime( 7503): at org.odk.collect.android.activities.FormEntryActivity.onFling(FormEntryActivity.java:2467)
E/AndroidRuntime( 7503): at android.view.GestureDetector.onTouchEvent(GestureDetector.java:600)
The text was updated successfully, but these errors were encountered:
Erm, let's clarify this: generally groups inside of groups are just fine, right? It's just the field-list combo that breaks it? Or is it any group in a field-list group? What are the actual conditions?
A field-list group inside another field-list group crashes Collect. Build should not allow such forms to be built.
The text was updated successfully, but these errors were encountered: