Skip to content

Commit

Permalink
Only RDs can bypass RD approval on multiplication projects
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Jun 10, 2024
1 parent 9b511c5 commit 8e2bd41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ const stepsUntilFinancialEndorsement = takeWhile(
).execute,
r.ProjectWorkflowEvent.read.transitions(
'Early Conversations -> Pending Regional Director Approval',
'Early Conversations -> Pending Finance Confirmation',
'Early Conversations -> Pending Concept Approval',
'Early Conversations -> Did Not Develop',
'Prep for Consultant Endorsement -> Pending Consultant Endorsement',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { member, Policy, Role, sensMediumOrLower } from '../util';
(p) => p.rootDirectory.edit.when(sensMediumOrLower).read,
),
r.ProjectWorkflowEvent.read.transitions(
'Early Conversations -> Pending Finance Confirmation',
'Pending Concept Approval -> Prep for Consultant Endorsement',
'Pending Concept Approval -> Early Conversations',
'Pending Concept Approval -> Rejected',
Expand Down

0 comments on commit 8e2bd41

Please sign in to comment.