Commit 23cab0b
committed
fix(webapp): gracefully handle RegionsPresenter failure in bulk action loader
Wrap RegionsPresenter.call() with tryCatch so a failure (e.g. missing
defaultWorkerInstanceGroupId feature flag on self-hosted) falls back to
an empty regions array instead of breaking the entire bulk-action
inspector — including the cancel flow which has no dependency on regions.1 parent a8fb134 commit 23cab0b
1 file changed
Lines changed: 11 additions & 6 deletions
File tree
- apps/webapp/app/routes
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
101 | 106 | | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
105 | 110 | | |
106 | 111 | | |
107 | | - | |
| 112 | + | |
108 | 113 | | |
109 | 114 | | |
110 | 115 | | |
| |||
0 commit comments