Skip to content
Snippets Groups Projects
Commit 92c0c2ac authored by Per 29 mei 2024 gedeeld account, daarvoor marten's avatar Per 29 mei 2024 gedeeld account, daarvoor marten
Browse files

fix

parent dfda3c6c
No related branches found
Tags v0.1.8
No related merge requests found
Pipeline #76010 passed
......@@ -70,8 +70,8 @@ module Quby
col_span: question.col_span,
row_span: question.row_span,
validations: question.validations.map {|validation| validation_as_json(validation) },
raw_content: item.raw_content,
switch_cycle: item.switch_cycle,
raw_content: question.raw_content,
switch_cycle: question.switch_cycle,
sbg_key: question.sbg_key,
allow_duplicate_option_values: question.allow_duplicate_option_values,
......@@ -359,4 +359,4 @@ module Quby
end
end
end
end
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment