Skip to content

Commit

Permalink
Merge branch 'release/v1.22' of https://github.com/bcgov/EDUC-GRAD-ADMIN
Browse files Browse the repository at this point in the history
 into release/v1.22
  • Loading branch information
suzalflueck committed Jun 26, 2024
2 parents 066d4f7 + de260e0 commit 3d649a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<p>
Fine Arts Applied Skills codes Indicates that a course is being used for
Fine Arts Applied Skills codes indicates that a course is being used for
the Fine Arts and/or Applied Skills graduation requirement.
</p>
<DisplayTable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,12 @@
</DisplayTable>
</b-card>
</template>

<template #cell(optionalProgramCompletionDate)="row">
{{
$filters.formatYYYYMMDate(row.item.optionalProgramCompletionDate)
}}
</template>
</DisplayTable>
</div>
</div>
Expand Down

0 comments on commit 3d649a6

Please sign in to comment.