Fix: Reload was not working due to changes in how Signals and inputs work. On reload, the input does not change so the resource does not fetch new data.

This commit is contained in:
2026-08-31 17:31:48 +00:00
parent 985993f273
commit 8c189cac21
51 changed files with 176 additions and 139 deletions
@@ -11,7 +11,6 @@ export const routes: Routes = [
data: {
permission: 'journal',
},
runGuardsAndResolvers: 'paramsChange',
},
{
path: ':id',
@@ -20,6 +19,5 @@ export const routes: Routes = [
data: {
permission: 'journal',
},
runGuardsAndResolvers: 'paramsChange',
},
];