Commit a6717de
authored
Deactivate search functionality in the measurements view (#1169)
Pooled measurements with large sample numbers (100+) lead to a non-responsive view and breakage of the frontend. This PR simplifies the database queries by disabling user filtering on each property of a measurement.
Co-authored-by: KochTobi <kochtobi@users.noreply.github.com>1 parent 2e46dc3 commit a6717de
File tree
2 files changed
+6
-7
lines changed- project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/experiment/measurement
- user-interface/src/main/java/life/qbic/datamanager/views/projects/project/measurements
2 files changed
+6
-7
lines changedLines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
| 73 | + | |
| 74 | + | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
159 | | - | |
160 | | - | |
161 | | - | |
| 158 | + | |
| 159 | + | |
162 | 160 | | |
163 | 161 | | |
164 | 162 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
0 commit comments