Release 2.11 (#4580)
This commit is contained in:
@@ -59,7 +59,7 @@ class Project implements EntityWithMetaFields, EntityWithBudget
|
||||
*/
|
||||
#[ORM\Column(name: 'name', type: 'string', length: 150, nullable: false)]
|
||||
#[Assert\NotNull]
|
||||
#[Assert\Length(min: 3, max: 150)]
|
||||
#[Assert\Length(min: 2, max: 150)]
|
||||
#[Serializer\Expose]
|
||||
#[Serializer\Groups(['Default'])]
|
||||
#[Exporter\Expose(label: 'name')]
|
||||
|
||||
Reference in New Issue
Block a user