Commit 610145a
authored
Fixes sample registration and update issues (#1190)
* Provide way to assign request ids for validation requests
* Fix equality comparison
Fixes the equality comparison. Previously threw NoSuchElementException as two Long type objects were compared.
---------
Co-authored-by: KochTobi <kochtobi@users.noreply.github.com>1 parent 54c39f1 commit 610145a
File tree
3 files changed
+7
-2
lines changed- project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/template/provider/openxml/factory
- project-management/src/main/java/life/qbic/projectmanagement/application/api
- user-interface/src/main/java/life/qbic/datamanager/views/projects/project/samples/registration/batch
3 files changed
+7
-2
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1878 | 1878 | | |
1879 | 1879 | | |
1880 | 1880 | | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
| 1884 | + | |
1881 | 1885 | | |
1882 | 1886 | | |
1883 | 1887 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments