Make sure the Project Identifier is saved when creating a project from anther one

This commit is contained in:
Florian
2019-07-06 06:50:54 +02:00
committed by fguillot
parent b397a77794
commit 91d703eb8d
2 changed files with 12 additions and 4 deletions

View File

@@ -124,7 +124,8 @@ class ProjectCreationController extends BaseController
$selection,
$this->userSession->getId(),
$values['name'],
$values['is_private'] == 1
$values['is_private'] == 1,
$values['identifier']
);
}
}