Closed javl closed 10 years ago
this is correct, but i don't plan on fixing it.
the reason it's done this way is to avoid duplication errors that happen when people accidentally refresh the page and re-submit the same info. because i'm not storing any information about the users, i can't tell whether they are the same user accidentally re-submitting something, or a new user submitting something new.
the workarounds are:
When someone enters info that has already been saved, this new entry doesn't make it into the database (but it could still be valid).
Replicate: Enter $10 as value and exhibition as type -> submit Enter $10 as value and exhibition as type -> submit
Result: only one entry with $10 and exhibition in the .JSON Expected result: two entries with $10 for an exhibition in the .JSON