blob: 375a9fcf32cf4ca8e14fff3d54484d2a63aa6bb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Fix Case Attribute Work (Consecutive CRUD applications)
## Tags
* assigned: bonfacem
* status: stalled
* 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.
|