Configurable activity and project number (#4729)
* added configurable activity number * added configurable project number * fix deprecations * added some tests for entity exporter * better configuration of dropdown pattern for customer, project and activity
This commit is contained in:
@@ -56,7 +56,7 @@ class ProjectServiceTest extends TestCase
|
||||
|
||||
$configuration = SystemConfigurationFactory::createStub(['project' => ['copy_teams_on_create' => $copyTeamsOnCreate]]);
|
||||
|
||||
return new ProjectService($configuration, $repository, $dispatcher, $validator);
|
||||
return new ProjectService($repository, $configuration, $dispatcher, $validator);
|
||||
}
|
||||
|
||||
public function testCannotSavePersistedProjectAsNew(): void
|
||||
|
||||
Reference in New Issue
Block a user