Skip to content

Commit

Permalink
fix: OsmUploadQuestion fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Jan 28, 2025
1 parent 795ecff commit 6524d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxform/question.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
SELECT_QUESTION_FIELDS = (*QUESTION_FIELDS, *SELECT_QUESTION_EXTRA_FIELDS)

OSM_QUESTION_EXTRA_FIELDS = (constants.CHILDREN,)
OSM_QUESTION_FIELDS = (*QUESTION_FIELDS, *SELECT_QUESTION_EXTRA_FIELDS)
OSM_QUESTION_FIELDS = (*QUESTION_FIELDS, *OSM_QUESTION_EXTRA_FIELDS)

OPTION_EXTRA_FIELDS = (
"_choice_itext_ref",
Expand Down

0 comments on commit 6524d17

Please sign in to comment.