-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.2, 2.4.1, Future Dev
-
MOODLE_22_STABLE, MOODLE_24_STABLE
-
MOODLE_25_STABLE
-
wip-
MDL-30072-master
follow http://docs.moodle.org/dev/How_to_contribute_a_web_service_function_to_core
get/ delete / update
- Get:
- Params: IDs of Notes
- Return: Contents of Notes {RelID, Subject, Summary, Content)
- Process: Get the notes from the DB and return them
- Delete:
- Params: IDs of Notes
- Return: Array of Note Id's and errors
- Process: Delete the notes from the DB
- Update:
- Params: IDs of Notes, Contents of Notes {Subject, Summary, Content)
- Return: Array of Note Id's and errors
- Process: Update the Contents of Notes in the DB based on the IDs
- caused a regression
-
MDL-40010 Fix issue with a debugging message being displayed when deleting a note
-
- Closed
-