Release 1.19.6 (#3277)

This commit is contained in:
Kevin Papst
2022-04-29 18:14:12 +02:00
committed by GitHub
parent 76899d2fdb
commit 100f8a5165
5 changed files with 11 additions and 11 deletions

View File

@@ -111,7 +111,7 @@ class QuickEntryWeekType extends AbstractType
],
'allow_add' => true,
'constraints' => [
new Valid(),
// having "new Valid()," here will trigger constraint violations on activity and project for completely empty rows
new All(['constraints' => [new QuickEntryTimesheet()]])
],
]);