From a75b726a008012b83c1ad25b330d43aabd711ee3 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 6 Apr 2022 17:39:53 +0300 Subject: Add new issue on editing case attributes. --- ...utive-crud-applications-when-uploading-data.gmi | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 issues/consecutive-crud-applications-when-uploading-data.gmi 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. + -- cgit v1.2.3