Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.5.1, 2.7.3, 2.8.1, 2.9
-
Component/s: Assignment
-
Testing Instructions:
-
Affected Branches:MOODLE_25_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
Fixed Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-41166-master -
Pull Master Diff URL:
Description
- 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)) {
Attachments
Issue Links
- Testing discovered
-
MDL-48727 Assignment shouldn't offer to export someone elses files to portfolio
-
- Closed
-