MDL-56358 tool_lp tool_cohortroles: allow null idnumber
This commit is contained in:
@@ -50,7 +50,8 @@ class cohort_summary_exporter extends \core_competency\external\exporter {
|
||||
),
|
||||
'idnumber' => array(
|
||||
'type' => PARAM_RAW, // ID numbers are plain text.
|
||||
'default' => ''
|
||||
'default' => '',
|
||||
'null' => NULL_ALLOWED
|
||||
),
|
||||
'visible' => array(
|
||||
'type' => PARAM_BOOL,
|
||||
|
||||
Reference in New Issue
Block a user