mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-58220 block_login: Update icon rendering of idp list
This commit is contained in:
parent
13b449f4a5
commit
f59d81f487
2 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
This files describes API changes in core libraries and APIs,
|
||||
information provided here is intended especially for developers.
|
||||
=== 3.3 ===
|
||||
* The information returned by the idp list has changed. This is usually only rendered by the login page and login block.
|
||||
The icon attribute is removed and an iconurl attribute has been added.
|
||||
* Support added for a new type of external file: FILE_CONTROLLED_LINK. This is an external file that Moodle can control
|
||||
the permissions. Moodle makes files read-only but can grant temporary write access.
|
||||
When accessing a URL, the info from file_browser::get_file_info will be checked to determine if the user has write access,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue