option to move entries from one entity to another upon deletion (#409)

This commit is contained in:
Kevin Papst
2018-11-12 00:01:49 +01:00
committed by GitHub
parent 1dabeedaa0
commit f9dc42d1f9
18 changed files with 524 additions and 23 deletions

View File

@@ -763,7 +763,6 @@ class KimaiImporterCommand extends Command
array $rates,
?Project $project
) {
$activityId = $oldActivity['activityID'];
$projectId = null !== $project ? $project->getId() : null;