inpho / inphosite

The InPhO API
https://inphoproject.org
15 stars 5 forks source link

Evaluation delete inconsistent state #113

Closed jessesquires closed 11 years ago

jessesquires commented 11 years ago

The state of a user's evaluated terms becomes "inconsistent" (i.e., evaluations get "stuck" and cannot be deleted by the user, or don't display the correct evaluation, or multiple different evaluations appear for the same pair of terms) when one or more of the following occur: -- clicking submit twice when submitting an eval -- quickly deleting multiple evals at once

jessesquires commented 11 years ago

Fixed in my last commit on branch access-control. UI immediately displays spinner after submit to prevent multiple submissions of the same eval.

Turns out there isn't a bug with quickly deleting multiple evals, database is just slow.