added drag and drop for new records via calendar (#1962)
This commit is contained in:
@@ -78,6 +78,16 @@ final class TimesheetFixtures extends Fixture
|
||||
*/
|
||||
private $tags = [];
|
||||
|
||||
public function __construct(?User $user = null, ?int $amount = null)
|
||||
{
|
||||
if ($user !== null) {
|
||||
$this->setUser($user);
|
||||
}
|
||||
if ($amount !== null) {
|
||||
$this->setAmount($amount);
|
||||
}
|
||||
}
|
||||
|
||||
public function setAllowEmptyDescriptions(bool $allowEmptyDescriptions): TimesheetFixtures
|
||||
{
|
||||
$this->allowEmptyDescriptions = $allowEmptyDescriptions;
|
||||
|
||||
Reference in New Issue
Block a user