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
We currently have survey/device assignments saved as SurveyAssignment entities in the backend. These map the list of forms to the list of devices to which the forms have been assigned. In the current setup the list of forms can contain forms from multiple surveys. However, in the new setup (started in #2796) we will have this list of forms coming from only one survey.
We will create a datascript to transform all the existing SurveyAssignment entities to conform to this restriction.
The text was updated successfully, but these errors were encountered:
We currently have survey/device assignments saved as
SurveyAssignment
entities in the backend. These map the list of forms to the list of devices to which the forms have been assigned. In the current setup the list of forms can contain forms from multiple surveys. However, in the new setup (started in #2796) we will have this list of forms coming from only one survey.We will create a datascript to transform all the existing
SurveyAssignment
entities to conform to this restriction.The text was updated successfully, but these errors were encountered: