mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-46946 user: Document user_not_fully_set_up() changes
This commit is contained in:
parent
4dbddd0874
commit
ccc777032d
@ -95,6 +95,8 @@ information provided here is intended especially for developers.
|
|||||||
can call $mform->setForceLtr($elementName, true/false) on some form fields to manually
|
can call $mform->setForceLtr($elementName, true/false) on some form fields to manually
|
||||||
set the value.
|
set the value.
|
||||||
* Action menus do_not_enhance() is deprecated, use a list of action_icon instead.
|
* Action menus do_not_enhance() is deprecated, use a list of action_icon instead.
|
||||||
|
* The user_not_fully_set_up() function has a new $strict parameter (defaulting to true) in order to decide when
|
||||||
|
custom fields (and other checks) should be evaluated to determine if the user has been completely setup.
|
||||||
|
|
||||||
=== 3.1 ===
|
=== 3.1 ===
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user