Skip to content

Commit

Permalink
Merge pull request #385 from bcgov/ofmcc-6204-turn-pdf-on
Browse files Browse the repository at this point in the history
turn pdf on
  • Loading branch information
jenbeckett authored Oct 18, 2024
2 parents b7ca5a3 + 0c801dc commit 1fdba2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/views/applications/ApplicationsHistoryView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,7 @@ export default {
return false
//OFM core generates PDF upon submit - Supp App generates PDF only once approved
} else if (application.applicationType === APPLICATION_TYPES.OFM) {
return false
// OFMCC-6204 - temporary hide the PDF button for Base Funding Application because of the missing fields issue
// return !this.DRAFT_STATUS_CODES.includes(application?.statusCode)
return !this.DRAFT_STATUS_CODES.includes(application?.statusCode)
}
return application.statusCode === SUPPLEMENTARY_APPLICATION_STATUS_CODES.APPROVED || application.statusCode === SUPPLEMENTARY_APPLICATION_STATUS_CODES.SUBMITTED
},
Expand Down

0 comments on commit 1fdba2e

Please sign in to comment.