mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-07 15:25:00 +00:00
add docgen:normalization for relation
This commit is contained in:
@@ -67,7 +67,9 @@ class AccompanyingPeriodContext implements
|
||||
}
|
||||
|
||||
public function adminFormReverseTransform(array $data): array
|
||||
{dump($data);
|
||||
{
|
||||
dump($data);
|
||||
|
||||
if (array_key_exists('category', $data)) {
|
||||
$data['category'] = [
|
||||
'idInsideBundle' => $data['category']->getIdInsideBundle(),
|
||||
|
Reference in New Issue
Block a user