MDL-75085 external: Fix external_multiple_structure parameter passing
Some calls to the external_multiple_structure's constructor incorrectly pass parameters where the value for the $description parameter is not being passed. This results to invalid values being passed for the $required parameter.
This commit is contained in:
@@ -339,6 +339,7 @@ class core_completion_external extends external_api {
|
||||
)
|
||||
]
|
||||
),
|
||||
'Completion status details',
|
||||
VALUE_DEFAULT,
|
||||
[]
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user