Skip to content

Commit

Permalink
Merge pull request #434 from bcgov/hotfix
Browse files Browse the repository at this point in the history
Hotfix: CWU Opportunity Statuses
  • Loading branch information
IanFonzie authored Nov 16, 2023
2 parents 8d083f8 + 53f7d4d commit 7da5eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/lib/resources/opportunity/code-with-us.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,15 +308,15 @@ export function canCWUOpportunityDetailsBeEdited(

export const publicOpportunityStatuses: readonly CWUOpportunityStatus[] = [
CWUOpportunityStatus.Published,
CWUOpportunityStatus.UnderReview,
CWUOpportunityStatus.Evaluation,
CWUOpportunityStatus.Awarded
];

export const privateOpportunitiesStatuses: readonly CWUOpportunityStatus[] = [
CWUOpportunityStatus.Draft,
CWUOpportunityStatus.Canceled,
CWUOpportunityStatus.Suspended
CWUOpportunityStatus.Suspended,
CWUOpportunityStatus.UnderReview
];

export function isCWUOpportunityAcceptingProposals(
Expand Down

0 comments on commit 7da5eb9

Please sign in to comment.