Add "identifier" beside "name" while creating a new project
This commit is contained in:
@@ -96,13 +96,14 @@ class ProjectCreationController extends BaseController
|
||||
$project = array(
|
||||
'name' => $values['name'],
|
||||
'is_private' => $values['is_private'],
|
||||
'identifier' => $values['identifier'],
|
||||
);
|
||||
|
||||
return $this->projectModel->create($project, $this->userSession->getId(), true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Creatte from another project
|
||||
* Create from another project
|
||||
*
|
||||
* @access private
|
||||
* @param array $values
|
||||
|
||||
Reference in New Issue
Block a user