-
Bug
-
Resolution: Fixed
-
Minor
-
2.5.1, 2.7.3, 2.8.1, 2.9
-
MOODLE_25_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-41166-master -
- Enable and configure Mahara for the Moodleinstallation
- students don't have the right to export their assignments to Mahara
-> mod/assign:exportownsubmission is not set
-> moodle/portfolio:export is not set - add an online assignment with all the default configuration
when a student adds a submission there is the button 'export to portfolio'
add to line 2152 in assign/locallib.php
if (has_capability('mod/assign:exportownsubmission', $this->context)) {
- Testing discovered
-
MDL-48727 Assignment shouldn't offer to export someone elses files to portfolio
-
- Closed
-