MOBILE-3320 assign: Fix Moodle database error when grading
parent
fba4a63741
commit
b36051d5d0
|
@ -1377,6 +1377,8 @@ export class AddonModAssignProvider {
|
||||||
// The WebService returned warnings, reject.
|
// The WebService returned warnings, reject.
|
||||||
throw new CoreWSError(warnings[0]);
|
throw new CoreWSError(warnings[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// WS not available, fallback to save_grade.
|
// WS not available, fallback to save_grade.
|
||||||
|
|
Loading…
Reference in New Issue