bump version 1.22 (#3429)

* adjusted release note template
* stabilize test
* deactivate audit listener, more pre-validation for kimai 1 importer
This commit is contained in:
Kevin Papst
2022-07-22 12:41:49 +02:00
committed by GitHub
parent c0f3f31095
commit ad880b5b97
5 changed files with 58 additions and 15 deletions

View File

@@ -101,4 +101,9 @@ class ActivityService
return $activity;
}
public function findActivityByName(string $name, ?Project $project = null): ?Activity
{
return $this->repository->findOneBy(['project' => $project, 'name' => $name]);
}
}