Skip to content

Commit

Permalink
Only CPO moves PENDING_COMPLETION => COMPLETE.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottle7 committed Aug 9, 2023
1 parent 4242afc commit fa2f7ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export const piaStatusMetadata: Partial<
conditions: [
{
piaType: [PiaTypesEnum.DELEGATE_REVIEW],
accessType: [UserTypesEnum.MPO],
accessType: [UserTypesEnum.CPO],
fieldValidations: {
'review.mpo.reviewNote': {
required: true,
Expand Down

0 comments on commit fa2f7ec

Please sign in to comment.