Skip to content

Commit

Permalink
Merge pull request #1464 from bcgov/utopia-1387
Browse files Browse the repository at this point in the history
UTOPIA-1387: Not able to submit a PIA while creation
  • Loading branch information
Bottle7 authored Aug 11, 2023
2 parents a1b9c52 + 11a49a0 commit e3177f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/src/utils/status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export const statusList = (pia: IPiaForm | null): StatusList => {
Privileges: {
MPO: {
banner: BannerText.InCompleteStatusCalloutText.Drafter.en, //incomplete only have one banner for both mpo and drafter
showSubmitButton: true,
changeStatus: [
{
status: 'EDIT_IN_PROGRESS',
Expand All @@ -313,6 +314,7 @@ export const statusList = (pia: IPiaForm | null): StatusList => {
],
},
CPO: {
showSubmitButton: true,
changeStatus: [
{
status: 'MPO_REVIEW',
Expand Down

0 comments on commit e3177f5

Please sign in to comment.