We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61412d commit 2c59a8bCopy full SHA for 2c59a8b
www/addons/mod/assign/directives/submission.js
@@ -222,7 +222,8 @@ angular.module('mm.addons.mod_assign')
222
originalGrades.applyToAll = true;
223
}
224
if (assign.markingworkflow && scope.grade.gradingStatus) {
225
- scope.workflowStatusTranslationId = getSubmissionGradingStatusTranslationId(scope.grade.gradingStatus);
+ scope.workflowStatusTranslationId =
226
+ $mmaModAssign.getSubmissionGradingStatusTranslationId(scope.grade.gradingStatus);
227
228
229
if (!scope.feedback) {
0 commit comments