Skip to content

Commit

Permalink
Merge pull request #801 from bcgov/bugs/ecer-3993
Browse files Browse the repository at this point in the history
ECER-3993: Renewal problem
  • Loading branch information
farzadnadiri authored Jan 6, 2025
2 parents fa6feb0 + c576ac3 commit 8a168b0
Showing 1 changed file with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<v-col v-if="certificationStore.latestCertificateStatus == 'Active'" cols="12">
<Alert title="Do you have 500 hours of supervised work experience?">
You should
<a class="cursor-pointer text-decoration-underline" @click="applicationStore.draftApplication.certificationTypes = ['FiveYears']">
<a
class="cursor-pointer text-decoration-underline"
@click="
applicationStore.draftApplication.certificationTypes = ['FiveYears'];
applicationStore.draftApplication.applicationType = 'New';
"
>
apply for ECE Five Year certification
</a>
if you have completed 500 hours of work experience.
Expand Down Expand Up @@ -33,7 +39,13 @@
</p>
<p>
If you've completed 500 hours, you should apply for
<a class="cursor-pointer text-decoration-underline" @click="applicationStore.draftApplication.certificationTypes = ['FiveYears']">
<a
class="cursor-pointer text-decoration-underline"
@click="
applicationStore.draftApplication.certificationTypes = ['FiveYears'];
applicationStore.draftApplication.applicationType = 'New';
"
>
ECE Five Year certification
</a>
instead.
Expand Down

0 comments on commit 8a168b0

Please sign in to comment.