Commit 5d96aab
Clean up message handling after importing a zipped problem.
Nowadays, the messages is a keyed array with the keys being the warning
level. Previously, it was a flat data structure and apparently we didn't
clean up all of them.
There is still a code duplication between the two controller, but moving
this to the Utils class is ugly because it would require passing in the
controller.
Fixes #2633.
(cherry picked from commit a6640d5)1 parent 6a91641 commit 5d96aab
File tree
2 files changed
+27
-13
lines changed- webapp/src/Controller/Jury
2 files changed
+27
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 197 | + | |
203 | 198 | | |
204 | 199 | | |
205 | 200 | | |
| |||
575 | 570 | | |
576 | 571 | | |
577 | 572 | | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
578 | 585 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
972 | 972 | | |
973 | 973 | | |
974 | 974 | | |
975 | | - | |
976 | | - | |
977 | | - | |
978 | | - | |
979 | | - | |
980 | | - | |
| 975 | + | |
981 | 976 | | |
982 | 977 | | |
983 | 978 | | |
| |||
1172 | 1167 | | |
1173 | 1168 | | |
1174 | 1169 | | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
1175 | 1182 | | |
0 commit comments