Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stop creating a questionnaire state with null value #171

Open
QRuhier opened this issue Jul 3, 2024 · 0 comments
Open

stop creating a questionnaire state with null value #171

QRuhier opened this issue Jul 3, 2024 · 0 comments

Comments

@QRuhier
Copy link
Contributor

QRuhier commented Jul 3, 2024

Currently when starting a questionnaire, if the stateData object does not exist, it is initialized with state=null

API will not handle null value anymore (if state = null, stateData is not persisted).
Then we should stop creating null value, and initialize stateData only when giving a real value (init, ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant