Skip to content

Commit

Permalink
Change label for Zone Director -> Field Ops
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Jun 10, 2024
1 parent 65b5495 commit 9b511c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/components/project/dto/project-step.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ export const ProjectStep = makeEnum({
'PendingFinancialEndorsement',
'FinalizingProposal',
'PendingRegionalDirectorApproval',
'PendingZoneDirectorApproval',
{
value: 'PendingZoneDirectorApproval',
label: 'Pending Field Operations Approval',
},
'PendingFinanceConfirmation',
'OnHoldFinanceConfirmation',
'DidNotDevelop',
Expand Down
2 changes: 1 addition & 1 deletion src/components/project/workflow/project-workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export const ProjectWorkflow = defineWorkflow({
'Pending Regional Director Approval -> Pending Zone Director Approval': {
from: Step.PendingRegionalDirectorApproval,
to: Step.PendingZoneDirectorApproval,
label: 'Approve for Zonal Director Review',
label: 'Approve for Field Ops Director Review',
type: Type.Approve,
conditions: IsNotMultiplication,
},
Expand Down

0 comments on commit 9b511c5

Please sign in to comment.