Skip to content

Commit

Permalink
Mobile app: Update template to Ionic 7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpalou authored and mdjnelson committed Jul 31, 2024
1 parent 573fbd7 commit 9f9d995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mobile_view_activity_page_latest.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@
</ion-item>
<%#showgroups%>
<ion-item>
<ion-label>{{ 'plugin.mod_customcert.selectagroup' | translate }}</ion-label>
<ion-select [(ngModel)]="CONTENT_OTHERDATA.group" name="group" (ionChange)="updateContent({cmid: <% cmid %>, courseid: <% certificate.course %>, group: CONTENT_OTHERDATA.group})" interface="popover">
<p slot="label">{{ 'plugin.mod_customcert.selectagroup' | translate }}</p>
<%#groups%>
<ion-select-option [value]="<% id %>"><% name %></ion-select-option>
<%/groups%>
Expand Down

0 comments on commit 9f9d995

Please sign in to comment.