Commit 0fdc507
committed
fix(webapp): revalidate route loader after enable/disable + update
The toggle and update effects reloaded `detailFetcher` (refreshing the
inspector inside the sheet) but didn't call `revalidator.revalidate()`,
so the page-level loader's `scheduleList` stayed stale — the sidebar's
Status/CRON/Next-run properties and the schedules mini-table didn't
reflect the change. Brought both effects in line with the create and
delete flows.1 parent 35cab79 commit 0fdc507
1 file changed
Lines changed: 8 additions & 4 deletions
File tree
- apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.tasks.scheduled.$taskParam
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
| 601 | + | |
| 602 | + | |
602 | 603 | | |
603 | 604 | | |
604 | 605 | | |
605 | 606 | | |
606 | 607 | | |
607 | 608 | | |
608 | 609 | | |
| 610 | + | |
609 | 611 | | |
610 | 612 | | |
611 | 613 | | |
612 | | - | |
| 614 | + | |
613 | 615 | | |
614 | | - | |
| 616 | + | |
| 617 | + | |
615 | 618 | | |
616 | 619 | | |
617 | 620 | | |
| |||
621 | 624 | | |
622 | 625 | | |
623 | 626 | | |
| 627 | + | |
624 | 628 | | |
625 | 629 | | |
626 | 630 | | |
627 | | - | |
| 631 | + | |
628 | 632 | | |
629 | 633 | | |
630 | 634 | | |
| |||
0 commit comments