Skip to content

Commit

Permalink
SAK-46688 SakaiGrader instructors attachment feedback filename contai…
Browse files Browse the repository at this point in the history
…ns unreserved marks (#12944)
  • Loading branch information
ern authored Oct 2, 2024
1 parent bceb9ee commit fb2764f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ export const graderRenderingMixin = Base => class extends Base {
${this._submission.feedbackAttachments.map(att => html`
<div class="feedback-attachments-row">
<div class="feedback-attachment">
<a href="/access${att.ref}" title="${this.i18n.feedback_attachment_tooltip}">
<a href="${att.url}" title="${this.i18n.feedback_attachment_tooltip}">
<span>${att.name}</span>
</a>
</div>
Expand Down

0 comments on commit fb2764f

Please sign in to comment.