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
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
3.0.2, but probably also in 3.0.3
Actual behaviour:
When you try to update a question or guidance of a regular
non option based question in a published and customizable template, you'll see the following error in the
logs:
Cause of the error is that this line
calls update_option_ids, but the parameter question_options_attributes is nil.
It should probably only be called when applicable.
Steps to reproduce:
go to your org_admin web interface
customize a template
publish your changes
try to edit a question text or guidance text for a question that is NOT option based
The text was updated successfully, but these errors were encountered:
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
3.0.2
, but probably also in3.0.3
Actual behaviour:
When you try to update a question or guidance of a regular
non option based question in a published and customizable template, you'll see the following error in the
logs:
Cause of the error is that this line
calls
update_option_ids
, but the parameterquestion_options_attributes
isnil
.It should probably only be called when applicable.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: