From 299b6235bf628261f2d731e24b9d25404177d58d Mon Sep 17 00:00:00 2001 From: Simon Entholzer <33342534+SimonEntholzer@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:30:55 +0200 Subject: [PATCH] Assessment: Fix exercise assessment dashboard submission numbering (#9274) --- .../tutor/exercise-assessment-dashboard.component.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/app/exercises/shared/dashboards/tutor/exercise-assessment-dashboard.component.html b/src/main/webapp/app/exercises/shared/dashboards/tutor/exercise-assessment-dashboard.component.html index bb0b532d5fe7..14c1ad054fb1 100644 --- a/src/main/webapp/app/exercises/shared/dashboards/tutor/exercise-assessment-dashboard.component.html +++ b/src/main/webapp/app/exercises/shared/dashboards/tutor/exercise-assessment-dashboard.component.html @@ -399,7 +399,10 @@

- # + + Id + + @@ -457,7 +460,7 @@

- {{ i + 1 }} + {{ submission.id }} {{ submission.submissionDate | artemisDate }}