Skip to content

Commit 6f324ae

Browse files
authored
Merge pull request #2058 from bcgov/feature/EDX-3054
EDX:3054 - Changes to hide Refugee tab for migrated collections.
2 parents ac2c58a + 5e8a9a0 commit 6f324ae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/src/components/sdcCollection/sdcDistrictCollection/stepThreeVerifyData/StepThreeVerifyData.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ export default {
253253
},
254254
showRefugeeTab() {
255255
return (
256+
!this.isMigratedCollection &&
256257
this.currentCollectionTypeCode === 'February'
257258
);
258259
},

frontend/src/components/sdcCollection/sdcSchoolCollection/stepThreeVerifyData/StepThreeVerifyData.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ export default {
236236
'LONG_PRP',
237237
];
238238
return (
239+
!this.isMigratedCollection &&
239240
this.currentCollectionTypeCode === 'February' &&
240241
this.school.schoolCategoryCode === 'PUBLIC' &&
241242
validPublicTypes.includes(this.school.facilityTypeCode)

0 commit comments

Comments
 (0)