Hello;
we have found one problem with concurrent work in adding accession records, in AtoM, but I think is a problem to be solved in Qubit. The scenario is as follows.
- More than one user click on "Add accession record" simultaneously.
- AtoM creates the same accession number for all users.
- The first user saves with success.
- When the second and next users try to save, fails, this is the error message:
Unable to execute INSERT statement. [wrapped: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '2014-01-13/0' for key 'accession_U_1'],
I have looked for "bugs" to solve related to this in the project repository, but I have found nothing, then I will add one request.
Best regards