Commit 65aceb5
committed
fix(webapp): honor the webhook kill switch in test send, fix duplicate id and pager refresh
Three dashboard fixes:
The test-send action now returns early when WEBHOOK_ENABLED is off, matching the
ingress route, so a test send cannot record a delivery the disabled engine would
never process (no partition, no worker).
The duplicate outcome no longer re-prefixes the delivery id (it is already a
friendlyId), so the console shows a valid id and a working "view original" link
instead of a whd_whd_ id.
The "new deliveries" button now clears the deliveriesCursor/deliveriesDirection
params this page actually paginates on, so it shows the new rows past page one.1 parent 207fa9b commit 65aceb5
2 files changed
Lines changed: 8 additions & 4 deletions
File tree
- apps/webapp/app/routes
- _app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.webhooks.$webhookParam
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
| 524 | + | |
525 | 525 | | |
526 | | - | |
527 | | - | |
| 526 | + | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | 59 | | |
| |||
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
192 | | - | |
| 196 | + | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
| |||
0 commit comments