copy teams from logged-in user for new projects (#3599)

This commit is contained in:
Kevin Papst
2022-10-25 16:31:34 +02:00
committed by GitHub
parent 8b4828f236
commit 78749ad3b4
14 changed files with 376 additions and 268 deletions

View File

@@ -469,6 +469,9 @@ class ConfigurationTest extends TestCase
'recent_activity_weeks' => null,
'minimum_rows' => 3,
],
'project' => [
'copy_teams_on_create' => false,
],
];
$this->assertConfig($this->getMinConfig(), $fullDefaultConfig);