mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-74606-master-support-multilang-group-names-in-mod_assign' of https://github.com/krostas1983/moodle
This commit is contained in:
commit
0e7103dc6c
1 changed files with 2 additions and 2 deletions
|
@ -2787,7 +2787,7 @@ class mod_assign_external extends \mod_assign\external\external_api {
|
|||
'submissionstatus' => new external_value(PARAM_ALPHA, 'The submission status (new, draft, reopened or submitted).
|
||||
Empty when not submitted.', VALUE_OPTIONAL),
|
||||
'groupid' => new external_value(PARAM_INT, 'for group assignments this is the group id', VALUE_OPTIONAL),
|
||||
'groupname' => new external_value(PARAM_NOTAGS, 'for group assignments this is the group name', VALUE_OPTIONAL),
|
||||
'groupname' => new external_value(PARAM_TEXT, 'for group assignments this is the group name', VALUE_OPTIONAL),
|
||||
];
|
||||
|
||||
// Merge keys.
|
||||
|
@ -2907,7 +2907,7 @@ class mod_assign_external extends \mod_assign\external\external_api {
|
|||
'cutoffdate' => new external_value(PARAM_INT, 'cutoffdate for the user'),
|
||||
'duedatestr' => new external_value(PARAM_TEXT, 'duedate for the user'),
|
||||
'groupid' => new external_value(PARAM_INT, 'for group assignments this is the group id', VALUE_OPTIONAL),
|
||||
'groupname' => new external_value(PARAM_NOTAGS, 'for group assignments this is the group name', VALUE_OPTIONAL),
|
||||
'groupname' => new external_value(PARAM_TEXT, 'for group assignments this is the group name', VALUE_OPTIONAL),
|
||||
'submissionstatus' => new external_value(PARAM_ALPHA, 'The submission status (new, draft, reopened or submitted).
|
||||
Empty when not submitted.', VALUE_OPTIONAL),
|
||||
'user' => $userdescription,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue