From fcfcdd6508ccadcfec2234e32dad3d9ca6d10335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Trouv=C3=A9?= Date: Mon, 27 May 2024 21:43:38 +0200 Subject: [PATCH] MDL-82015 mod_bigbluebuttonbn: Fix date formatting during import --- .../classes/external/get_recordings_to_import.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/bigbluebuttonbn/classes/external/get_recordings_to_import.php b/mod/bigbluebuttonbn/classes/external/get_recordings_to_import.php index 8886dc84276..5e195ec4232 100644 --- a/mod/bigbluebuttonbn/classes/external/get_recordings_to_import.php +++ b/mod/bigbluebuttonbn/classes/external/get_recordings_to_import.php @@ -193,6 +193,7 @@ class get_recordings_to_import extends external_api { 'type' => new external_value(PARAM_ALPHANUMEXT, 'Column type', VALUE_OPTIONAL), 'sortable' => new external_value(PARAM_BOOL, 'Whether this column is sortable', VALUE_OPTIONAL, false), 'allowHTML' => new external_value(PARAM_BOOL, 'Whether this column contains HTML', VALUE_OPTIONAL, false), + 'formatter' => new external_value(PARAM_ALPHANUMEXT, 'Formatter name', VALUE_OPTIONAL), ])), 'data' => new external_value(PARAM_RAW), // For now it will be json encoded. ], '', VALUE_OPTIONAL),