Renamed Service Charges to Incentives including account fixture and permission
replaced my custom ValidationErro with FastAPI HTTPException Fixed?: Attendance Employee Attendance
This commit is contained in:
@ -11,7 +11,7 @@ const incentiveRoutes: Routes = [
|
||||
component: IncentiveComponent,
|
||||
canActivate: [AuthGuard],
|
||||
data: {
|
||||
permission: 'Service Charge'
|
||||
permission: 'Incentive'
|
||||
},
|
||||
resolve: {
|
||||
voucher: IncentiveResolver
|
||||
@ -23,7 +23,7 @@ const incentiveRoutes: Routes = [
|
||||
component: IncentiveComponent,
|
||||
canActivate: [AuthGuard],
|
||||
data: {
|
||||
permission: 'Service Charge'
|
||||
permission: 'Incentive'
|
||||
},
|
||||
resolve: {
|
||||
voucher: IncentiveResolver
|
||||
|
||||
Reference in New Issue
Block a user