validate tag name (#1325)

This commit is contained in:
Kevin Papst
2019-12-16 16:55:34 +01:00
committed by GitHub
parent bd3d82d224
commit 54255cf923
3 changed files with 3 additions and 1 deletions

View File

@@ -151,6 +151,7 @@ class Timesheet implements EntityWithMetaFields, InvoiceItemInterface
* @ORM\JoinColumn(name="tag_id", referencedColumnName="id", onDelete="CASCADE")
* }
* )
* @Assert\Valid()
*/
private $tags;