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

Does not save all the questions in the django admin when new survey is created #113

Open
dacitsme opened this issue Dec 4, 2020 · 5 comments

Comments

@dacitsme
Copy link

dacitsme commented Dec 4, 2020

Django 1.11
Python 3.7.7

Only the first 2 questions are saved and rest are ignored.
The workaround right now is to edit the survey and add the questions again.

@Pierre-Sassoulas
Copy link
Owner

Hello thank you for the bug report. Can you gives more detail about they survey and the option it has so we can reproduce the problem?

@dacitsme
Copy link
Author

dacitsme commented Dec 5, 2020

Hello!!

Configuration of the survey app (default)
image

Sample survey
image
And add any questions of your choice and make sure you use Add another Question to add more questions.
It doesn't save any questions that were added after clicking on the Add another Question.

Thank you.

@ebdavison
Copy link

I am experiencing the same issue and my workaround is to add one question and save. Then add another question and save. And so on until all questions are answered.

@gjelsas
Copy link

gjelsas commented Jan 17, 2021

I can't reproduce that. I just created some Surveys and I can add three and four questions of different types and save them all at once. No Problem here...
Python 3.8.5
Django 3.1.3

@Pierre-Sassoulas
Copy link
Owner

Thanks @gjelsas. Maybe a problem with old version of Django then ? I'd advise to try updating to Django 2 or 3 if you encounter the problem.

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

No branches or pull requests

4 participants