Make sure the Project Identifier is saved when creating a project from anther one
This commit is contained in:
@@ -124,7 +124,8 @@ class ProjectCreationController extends BaseController
|
||||
$selection,
|
||||
$this->userSession->getId(),
|
||||
$values['name'],
|
||||
$values['is_private'] == 1
|
||||
$values['is_private'] == 1,
|
||||
$values['identifier']
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user