Skip to content

Commit

Permalink
Add new TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Feb 6, 2024
1 parent 7ca56ee commit 4c3295d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/models/forms/export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ def to_xls

# add "and" unless we're at the end
constraints_to_push += " and " unless c_index + 1 == q.constraints.length

# TODO: add support for constraint messages ("rejection_msg" in NEMO)
# https://xlsform.org/en/#constraint-message
end

# if we have an option set, identify and save it so that we can add it to the choices sheet later.
Expand Down

0 comments on commit 4c3295d

Please sign in to comment.