Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Edit dates report.

Edit dates report: Difference between revisions

From MoodleDocs
m (adding link to tracker)
No edit summary
 
Line 19: Line 19:
* [http://moodle.org/plugins/view.php?plugin=report_editdates Plugins database entry]
* [http://moodle.org/plugins/view.php?plugin=report_editdates Plugins database entry]
* [https://github.com/moodleou/moodle-report_editdates The code on github]
* [https://github.com/moodleou/moodle-report_editdates The code on github]
* [https://tracker.moodle.org/browse/CONTRIB/component/12640 The Report: Edit dates component in the Moodle Tracker]  
* [https://tracker.moodle.org/browse/CONTRIB/component/12640 Report: Edit dates component in the Moodle Tracker]  


[[Category:Contributed code]]
[[Category:Contributed code]]

Latest revision as of 01:32, 2 April 2013

This 'report' is actually at tool that lets you edit all the dates for all] the activities in your course on a single page.

Once the plugin is installed, you can access the functionality by going to Reports -> Dates in the navigation block when you are looking at the course.

Permissions

This tool is available to users with the report/editdates:view capability, so you can control who can use it.

In order to actually edit any given date, you need the applicable standard Moodle capability like moodle/course:manageactivities (for activity dates), moodle/course:update (for the course start date) or moodle/site:manageblocks (for blocks dates). In other words, you can only edit a date through this report if you can edit it using the standard Moodle UI.

Known issues

  • Does not currently support standard wiki (only OU wiki).
  • There seems to be an issue with editing the Allow access from / to and Expected completed dates, although there is supposed to be code in there to make that work.

See also