django-survey icon indicating copy to clipboard operation
django-survey copied to clipboard

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

Open dacitsme opened this issue 4 years ago • 5 comments

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.

dacitsme avatar Dec 04 '20 17:12 dacitsme

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?

Pierre-Sassoulas avatar Dec 04 '20 21:12 Pierre-Sassoulas

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.

dacitsme avatar Dec 05 '20 04:12 dacitsme

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.

ebdavison avatar Jan 11 '21 03:01 ebdavison

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

gjelsas avatar Jan 17 '21 13:01 gjelsas

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.

Pierre-Sassoulas avatar Jan 17 '21 13:01 Pierre-Sassoulas