mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
55a081bd87
We need to know some capabilities in order to enable users to manage notes.
8 lines
379 B
Plaintext
8 lines
379 B
Plaintext
This file describes API changes in /notes/*,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.7 ===
|
|
|
|
* External function core_notes_external::get_course_notes now returns this additional two fields:
|
|
- canmanagesystemnotes: Whether the user can manage notes at system level.
|
|
- canmanagecoursenotes: Whether the user can manage notes at the given course. |