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:
@@ -11,7 +11,6 @@ export const routes: Routes = [
|
||||
data: {
|
||||
permission: 'Closing Stock',
|
||||
},
|
||||
runGuardsAndResolvers: 'always',
|
||||
},
|
||||
{
|
||||
path: ':date',
|
||||
@@ -20,6 +19,5 @@ export const routes: Routes = [
|
||||
data: {
|
||||
permission: 'Closing Stock',
|
||||
},
|
||||
runGuardsAndResolvers: 'always',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user