Release 1.30 (#3651)
* exclude all 403 and 404 from logs * bump version * cleanup tag handling * prevent mandatory user preferences turning null
This commit is contained in:
@@ -545,7 +545,6 @@ class Timesheet implements EntityWithMetaFields, ExportItemInterface
|
||||
return $this;
|
||||
}
|
||||
$this->tags->add($tag);
|
||||
$tag->addTimesheet($this);
|
||||
|
||||
return $this;
|
||||
}
|
||||
@@ -559,7 +558,6 @@ class Timesheet implements EntityWithMetaFields, ExportItemInterface
|
||||
return;
|
||||
}
|
||||
$this->tags->removeElement($tag);
|
||||
$tag->removeTimesheet($this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user