Commit a768739
committed
[OG-3]: Refactor update case to use dynamic data for status options (#1276)
### TL;DR
Enhanced update case action:
* Use variable selection for the case uuid field (can still paste via mouse click)
* Use dropdown for case status
### How to test?
- [ ] Case UUID field allows only a single variable selection
- [ ] Case status field now shows as a dropdown with dynamically loaded options
- [ ] Confirm that the dropdown displays the options correctly without showing option values
- [ ] Case is updated correctly1 parent ff49dc1 commit a768739
File tree
1 file changed
+9
-2
lines changed- packages/backend/src/apps/gathersg/actions/update-case
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
0 commit comments