mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-01 11:39:39 +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