mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
disabling files in grade feedback for now - we do not have area, gradebook does not support it, forms are not used correctly, ...
This commit is contained in:
parent
d95ed8e376
commit
96f4a64b66
1 changed files with 5 additions and 5 deletions
|
@ -2215,7 +2215,7 @@ class mod_assignment_online_grading_form extends moodleform {
|
|||
$editoroptions = array();
|
||||
$editoroptions['filearea'] = 'assignment_online_submission';
|
||||
$editoroptions['noclean'] = false;
|
||||
$editoroptions['maxfiles'] = EDITOR_UNLIMITED_FILES;
|
||||
$editoroptions['maxfiles'] = 0; //TODO: no files for now, we need to first implement assignment_feedback area
|
||||
$editoroptions['maxbytes'] = $this->_customdata->maxbytes;
|
||||
return $editoroptions;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue