We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceb9ee commit fb2764fCopy full SHA for fb2764f
webcomponents/tool/src/main/frontend/packages/sakai-grader/src/sakai-grader-rendering-mixin.js
@@ -556,7 +556,7 @@ export const graderRenderingMixin = Base => class extends Base {
556
${this._submission.feedbackAttachments.map(att => html`
557
<div class="feedback-attachments-row">
558
<div class="feedback-attachment">
559
- <a href="/access${att.ref}" title="${this.i18n.feedback_attachment_tooltip}">
+ <a href="${att.url}" title="${this.i18n.feedback_attachment_tooltip}">
560
<span>${att.name}</span>
561
</a>
562
</div>
0 commit comments