mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
workflow context for accompanying course document: ensure persons are represented as an array in json
This commit is contained in:
@@ -47,7 +47,7 @@ class AccompanyingCourseDocumentWorkflowHandler implements EntityWorkflowHandler
|
||||
}
|
||||
|
||||
return [
|
||||
'persons' => $persons,
|
||||
'persons' => array_values($persons),
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user