diff options
-rw-r--r-- | issues/consecutive-crud-applications-when-uploading-data.gmi | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/issues/consecutive-crud-applications-when-uploading-data.gmi b/issues/consecutive-crud-applications-when-uploading-data.gmi new file mode 100644 index 0000000..bb1fa21 --- /dev/null +++ b/issues/consecutive-crud-applications-when-uploading-data.gmi @@ -0,0 +1,23 @@ +# Fix Case Attribute Work (Same Columns) + +## Tags + +* assigned: bonfacem +* type: bug +* keywords: case attributes, data editing + +## Tasks + +* [ ] Consecutive inserts with same values +* [ ] Consecutive deletions + +## Description + +What happens in the following scenarios: + +- A user uploads data. +- Before the data is approved, they upload the same data but modified in the upload page. +- Someone tries to merge the changes consecutively. + +Above, there will be a race-condition. + |