mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
workflow context for accompanying course document: ensure persons are represented as an array in json
This commit is contained in:
parent
b6c118a0c8
commit
861f461bc5
@ -47,7 +47,7 @@ class AccompanyingCourseDocumentWorkflowHandler implements EntityWorkflowHandler
|
|||||||
}
|
}
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'persons' => $persons,
|
'persons' => array_values($persons),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user