Commit 977eb25
18233 gui(bi): fix bulk delete/move actions
Using `RequireConfirmation` here is problematic as it uses the
`preventDefault` function in JavaScript. Therefore, the action is
completely ignored. Removing this drops the dialog pop-up for bulk move,
but is consistent with how we perform bulk move on the Hosts page.
SUP-23039
Co-authored-by: Benjamin Knapp <benjamin.knapp@checkmk.com>
Change-Id: I8d724d59b2ae66dd436446aec94c3662115a1c361 parent 0fcb6e8 commit 977eb25
2 files changed
Lines changed: 16 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
2203 | 2202 | | |
2204 | 2203 | | |
2205 | 2204 | | |
2206 | | - | |
2207 | | - | |
2208 | | - | |
2209 | 2205 | | |
2210 | 2206 | | |
2211 | 2207 | | |
| |||
0 commit comments