Merge branch 'MDL-73000-master' of git://github.com/jleyva/moodle

This commit is contained in:
Jun Pataleta
2021-12-02 13:51:25 +08:00
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -857,7 +857,7 @@ class external_warnings extends external_multiple_structure {
'item' => new external_value(PARAM_TEXT, $itemdesc, VALUE_OPTIONAL),
'itemid' => new external_value(PARAM_INT, $itemiddesc, VALUE_OPTIONAL),
'warningcode' => new external_value(PARAM_ALPHANUM, $warningcodedesc),
'message' => new external_value(PARAM_TEXT,
'message' => new external_value(PARAM_RAW,
'untranslated english message to explain the warning')
), 'warning'),
'list of warnings', VALUE_OPTIONAL);
+1 -2
View File
@@ -144,10 +144,9 @@ completely removed from Moodle core too.
- select_from_administration_menu
- i_edit_the_lesson
- i_add_a_question_filling_the_form_with
* The following behat step has been deprecated
- i_select_from_flat_navigation_drawer
* The type for the "message" field in the external_warnings() structure has been changed from PARAM_TEXT to PARAM_RAW
=== 3.11.4 ===
* A new option dontforcesvgdownload has been added to the $options parameter of the send_file() function.