Skip to content
Snippets Groups Projects
Commit 5ce36853 authored by srosse's avatar srosse
Browse files

OO-3985: user comment config. in checklist was always returning true

parent 9af1dbcd
No related branches found
No related tags found
No related merge requests found
...@@ -329,7 +329,7 @@ public class CheckListCourseNode extends AbstractAccessableCourseNode implements ...@@ -329,7 +329,7 @@ public class CheckListCourseNode extends AbstractAccessableCourseNode implements
@Override @Override
public boolean hasCommentConfigured() { public boolean hasCommentConfigured() {
return true; return getModuleConfiguration().getBooleanSafe(MSCourseNode.CONFIG_KEY_HAS_COMMENT_FIELD, false);
} }
@Override @Override
......
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