ugent-library / biblio-backoffice

Apache License 2.0
7 stars 0 forks source link

Fix contributor reorder concurrency conflict handling #1568 #1700

Closed verheyenkoen closed 2 months ago

verheyenkoen commented 2 months ago

FIXES #1568

nics commented 2 months ago

This doesn't really fix the concurrency issue. We should first check the snapshot id, and show a conflict error if someone else has modified the record. Checking the lengths is to validate the data posted and avoid out of bounds errors.