Skip to content

Commit 2c59a8b

Browse files
committed
MOBILE-1987 assign: getSubmissionGradingStatusTranslationId not found
1 parent f61412d commit 2c59a8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/addons/mod/assign/directives/submission.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ angular.module('mm.addons.mod_assign')
222222
originalGrades.applyToAll = true;
223223
}
224224
if (assign.markingworkflow && scope.grade.gradingStatus) {
225-
scope.workflowStatusTranslationId = getSubmissionGradingStatusTranslationId(scope.grade.gradingStatus);
225+
scope.workflowStatusTranslationId =
226+
$mmaModAssign.getSubmissionGradingStatusTranslationId(scope.grade.gradingStatus);
226227
}
227228

228229
if (!scope.feedback) {

0 commit comments

Comments
 (0)