Skip to content
Snippets Groups Projects
Commit 61d88c10 authored by srosse's avatar srosse
Browse files

OO-1882: in assessment mode editor, highlight the right field if course...

OO-1882: in assessment mode editor, highlight the right field if course elements options are selected but not the course elements
parent 7b5debb5
No related branches found
No related tags found
No related merge requests found
......@@ -458,7 +458,7 @@ public class AssessmentModeEditController extends FormBasicController {
courseElementsRestrictionEl.clearError();
if(courseElementsRestrictionEl.isAtLeastSelected(1)) {
if(elementKeys.isEmpty()) {
endEl.setErrorKey("form.legende.mandatory", null);
courseElementsRestrictionEl.setErrorKey("form.legende.mandatory", null);
allOk &= false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment