Commit d4629d1
authored
Test 46663: Inline Error for Empty Question Delete (#11453)
* Test: Inline Error for Empty Question Delete
See: https://mantis.ilias.de/view.php?id=46663
`QuestionsTableActions` now receives `ResponseHandler`: the delete action renders the async payload through it and returns instead of calling `exit()`. `getDeleteConfirmation()` returns a failure `MessageBox` with `msg_no_questions_selected` when no question rows are selected, otherwise the interruptive modal. The ordering-table async-message area in `tpl.orderingtable.html` uses a native `<dialog>` and a `formmethod="dialog"` close control so that message payload displays correctly; `OrderingRendererTest` expectations were updated.1 parent 9c6c829 commit d4629d1
2 files changed
Lines changed: 25 additions & 23 deletions
File tree
- components/ILIAS/Test
- classes
- src/Questions/Presentation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2766 | 2766 | | |
2767 | 2767 | | |
2768 | 2768 | | |
2769 | | - | |
| 2769 | + | |
| 2770 | + | |
2770 | 2771 | | |
2771 | 2772 | | |
2772 | 2773 | | |
| |||
Lines changed: 23 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
| 72 | + | |
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
| |||
220 | 223 | | |
221 | 224 | | |
222 | 225 | | |
223 | | - | |
224 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
225 | 230 | | |
226 | | - | |
| 231 | + | |
227 | 232 | | |
228 | 233 | | |
229 | 234 | | |
| |||
320 | 325 | | |
321 | 326 | | |
322 | 327 | | |
323 | | - | |
| 328 | + | |
324 | 329 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
| 330 | + | |
| 331 | + | |
335 | 332 | | |
336 | 333 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | 334 | | |
344 | 335 | | |
345 | 336 | | |
| |||
354 | 345 | | |
355 | 346 | | |
356 | 347 | | |
357 | | - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
358 | 359 | | |
359 | 360 | | |
360 | 361 | | |
| |||
0 commit comments