diff --git a/package-lock.json b/package-lock.json index f86a6bd05..f0b20b879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.6.30", + "version": "5.6.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.6.30", + "version": "5.6.31", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.0.19", diff --git a/package.json b/package.json index 0e4994366..38609a4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.6.30", + "version": "5.6.31", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/views/AmalgamationRegular/ReviewConfirm.vue b/src/views/AmalgamationRegular/ReviewConfirm.vue index 88b636597..7ed4807f7 100644 --- a/src/views/AmalgamationRegular/ReviewConfirm.vue +++ b/src/views/AmalgamationRegular/ReviewConfirm.vue @@ -331,6 +331,17 @@ export default class AmalgamationRegularReviewConfirm extends Vue { @Action(useStore) setHasPlanOfArrangement!: (x: boolean) => void @Action(useStore) setIsFutureEffective!: (x: boolean) => void + /** + * In case submitting the amalgamation failed, we want to reset the validity of Certify. + * This is since the checkbox has to be ticked again after the save dialog has been closed. + */ + mounted (): void { + this.setCertifyState({ + certifiedBy: this.getCertifyState.certifiedBy, + valid: false + }) + } + /** The entity description, */ get getEntityDescription (): string { return GetCorpFullDescription(this.getEntityType)