Release 1.19.6 (#3277)
This commit is contained in:
@@ -17,11 +17,11 @@ class Constants
|
||||
/**
|
||||
* The current release version
|
||||
*/
|
||||
public const VERSION = '1.19.5';
|
||||
public const VERSION = '1.19.6';
|
||||
/**
|
||||
* The current release: major * 10000 + minor * 100 + patch
|
||||
*/
|
||||
public const VERSION_ID = 11905;
|
||||
public const VERSION_ID = 11906;
|
||||
/**
|
||||
* The current release status, either "stable" or "dev"
|
||||
*/
|
||||
|
||||
@@ -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()]])
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user