Skip to content

Commit

Permalink
Merge branch 'main' into ofmcc-6327-funding-reallocation-view
Browse files Browse the repository at this point in the history
  • Loading branch information
vietle-cgi committed Oct 21, 2024
2 parents d22e384 + e1c79c9 commit 4ae25fa
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 4ae25fa

Please sign in to comment.