forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-64705 notes: Make notes WS return permissions information
We need to know some capabilities in order to enable users to manage notes.
- Loading branch information
Showing
3 changed files
with
49 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
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. |