blob: 08462bfac1864a550847a259a8b0fddc3743b37a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Fix Case Attribute Work
## Tags
* assigned: bonfacem
* type: bug
* keywords: case attributes, data editing
## Tasks
* [ ] Parse things in "brackets"
* [ ] When editing columns with the same header:
* [ ] Check whether there's an ID. If so:
* [ ] Get the case attribute ID in brackets when in caseattributeXRef
* [ ] Else, do the fetching in SQL
* [ ] Check whether there's an
* [ ] Rollbacks ("conn.rollback()")
* [ ] Consecutive inserts with same values
* [ ] Consecutive deletions
|