DataAnalyticsinStudentHands / FormBuilder

1 stars 4 forks source link

@PUT to update a form is broken #82

Closed srirampotluri closed 9 years ago

srirampotluri commented 9 years ago

I have entered all the text boxes for the application and when i tried to save it, it didn't work. I tried refreshing and filling again but it didn't help saving.

Edit by tyler: This is a 500 error returned because of a primary key being duplicated probably in the Question table.

Tswiggs commented 9 years ago

Issue is cause by front end generating question_id for newly added questions which may cause a conflict if that key is in use by another form.