copy teams from logged-in user for new projects (#3599)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user