MOBILE-4470 workshop: Fix switch phase option overrides the app

main
Dani Palou 2024-06-07 08:57:09 +02:00
parent 1c9c3362b4
commit 66df465d15
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</p>
</ion-label>
</ion-item-divider>
<ion-item class="ion-text-wrap" *ngIf="phase.switchUrl" [href]="phase.switchUrl" [detail]="false">
<ion-item class="ion-text-wrap" *ngIf="phase.switchUrl" [href]="phase.switchUrl" [detail]="false" core-link [capture]="false">
<ion-icon slot="start" name="fas-right-left" aria-hidden="true" />
<ion-label>
<p>{{ 'addon.mod_workshop.switchphase' + phase.code | translate }}</p>