mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-56358 tool_lp tool_cohortroles: allow null idnumber
This commit is contained in:
parent
577bd70d38
commit
97223bb356
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user