mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
storedObject: remove traverse=true on assert valid
This commit is contained in:
parent
3f47503528
commit
8ba70b08c4
@ -89,7 +89,7 @@ class AccompanyingPeriodWorkEvaluationDocument implements \Chill\MainBundle\Doct
|
||||
* @Serializer\Groups({"read"})
|
||||
* @Serializer\Groups({"write"})
|
||||
* @Serializer\Groups({"accompanying_period_work_evaluation:create"})
|
||||
* @Assert\Valid(traverse=true)
|
||||
* @Assert\Valid()
|
||||
*/
|
||||
private ?StoredObject $storedObject = null;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user