MichaelDysart / SYSC4806_Project

The SYSC4806_Project For Group 2
0 stars 1 forks source link

Adding duplicate surveys deletes that survey #30

Closed TaylorAbraham closed 4 years ago

TaylorAbraham commented 4 years ago

Steps for reproduction:

  1. Create a survey with any name
  2. Create another survey with the same name

Expected result: Should either throw an error or overwrite the survey

Outcome: The survey's title is set to an empty string and its questions are set to an empty array.