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:
@@ -116,7 +116,7 @@ class TimesheetTeamController extends TimesheetAbstractController
|
||||
$tags = [];
|
||||
/** @var Tag $tag */
|
||||
foreach ($entry->getTags() as $tag) {
|
||||
$tag->removeTimesheet($entry);
|
||||
$entry->addTag($tag);
|
||||
$tags[] = $tag;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user