File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ export const ProjectStep = makeEnum({
13
13
'PendingFinancialEndorsement' ,
14
14
'FinalizingProposal' ,
15
15
'PendingRegionalDirectorApproval' ,
16
- 'PendingZoneDirectorApproval' ,
16
+ {
17
+ value : 'PendingZoneDirectorApproval' ,
18
+ label : 'Pending Field Operations Approval' ,
19
+ } ,
17
20
'PendingFinanceConfirmation' ,
18
21
'OnHoldFinanceConfirmation' ,
19
22
'DidNotDevelop' ,
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ export const ProjectWorkflow = defineWorkflow({
195
195
'Pending Regional Director Approval -> Pending Zone Director Approval' : {
196
196
from : Step . PendingRegionalDirectorApproval ,
197
197
to : Step . PendingZoneDirectorApproval ,
198
- label : 'Approve for Zonal Director Review' ,
198
+ label : 'Approve for Field Ops Director Review' ,
199
199
type : Type . Approve ,
200
200
conditions : IsNotMultiplication ,
201
201
} ,
You can’t perform that action at this time.
0 commit comments