allow negative duration via internal API (#3573)
This commit is contained in:
@@ -171,7 +171,6 @@ class Timesheet implements EntityWithMetaFields, ExportItemInterface
|
||||
* @Serializer\Groups({"Default"})
|
||||
*
|
||||
* @ORM\Column(name="duration", type="integer", nullable=true)
|
||||
* @Assert\GreaterThanOrEqual(0)
|
||||
*/
|
||||
private $duration = 0;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user