job in accompanying course: validation

This commit is contained in:
nobohan
2022-01-19 13:43:47 +01:00
parent 216c035bac
commit 74e94637b9
5 changed files with 22 additions and 6 deletions

View File

@@ -204,6 +204,7 @@ class AccompanyingPeriod implements
* targetEntity=UserJob::class
* )
* @Groups({"read", "write"})
* @Assert\NotBlank(groups={AccompanyingPeriod::STEP_CONFIRMED})
*/
private ?UserJob $job = null;