Skip to content

Commit

Permalink
ECER-3993: Renewal for 1year certificate link redirects to new 5 year…
Browse files Browse the repository at this point in the history
… certificate
  • Loading branch information
farzadnadiri committed Jan 3, 2025
1 parent fa6feb0 commit c576ac3
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 c576ac3

Please sign in to comment.