mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
test written, but the validation expression is not yet correct
This commit is contained in:
@@ -50,7 +50,7 @@ use UnexpectedValueException;
|
||||
* })
|
||||
* @Assert\GroupSequenceProvider
|
||||
* @Assert\Expression(
|
||||
* "this.isConfidential and this.getUser === NULL",
|
||||
* "this.isConfidential && this.getUser && this.getStep === 'CONFIRMED'",
|
||||
* message="If the accompanying course is confirmed and confidential, a referrer must remain assigned."
|
||||
* )
|
||||
*/
|
||||
|
Reference in New Issue
Block a user