Merge branch 'MDL-82259-main' of https://github.com/aanabit/moodle

This commit is contained in:
Huong Nguyen 2024-07-31 09:17:38 +07:00
commit d11eaeefb9
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
11 changed files with 370 additions and 108 deletions

View file

@ -0,0 +1,10 @@
issueNumber: MDL-82259
notes:
core_course:
- message: >-
i_open_section_edit_menu(), i_show_section(), i_hide_section(),
i_wait_until_section_is_available(),
show_section_link_exists(), hide_section_link_exists() and
section_exists() functions have been improved to accept not only section
number but also section name.
type: improved