Skip to content

Commit

Permalink
MDL-82015 mod_bigbluebuttonbn: Fix date formatting during import
Browse files Browse the repository at this point in the history
  • Loading branch information
ak4t0sh committed May 28, 2024
1 parent d32844c commit cb0db47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ public static function execute_returns(): external_single_structure {
'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),
Expand Down

0 comments on commit cb0db47

Please sign in to comment.