Skip to content

Commit

Permalink
MDL-52811 course: Note about the new capability when creating courses
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Feb 6, 2018
1 parent d3e5457 commit 8c52eb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions course/upgrade.txt
@@ -1,6 +1,11 @@
This files describes API changes in /course/*,
information provided here is intended especially for developers.

=== 3.5 ===
* There is a new capability 'moodle/course:forcelanguage' to control which users can force the course
language; create_course and update_course functions delegate access control to the caller code; if you
are calling those functions you may be interested in checking if the logged in user has 'moodle/course:forcelanguage' capability.

=== 3.3 ===

* External function core_course_external::get_courses_by_field now returns the course filters list and status.
Expand Down

1 comment on commit 8c52eb2

@dmonllao
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dvdcastro, I've created https://tracker.moodle.org/browse/MDL-63026 for this issue. I am deleting both comments after 5 mins (to ensure that comment notifications are sent) as we don't keep comments in github.

Please sign in to comment.