Add help message for private projects

This commit is contained in:
Frederic Guillot
2015-05-30 18:39:47 -04:00
parent 3704fd243a
commit 9cdb72681e
19 changed files with 23 additions and 2 deletions

View File

@@ -513,6 +513,7 @@ class Project extends Base
'board_selector' => $this->projectPermission->getAllowedProjects($this->userSession->getId()),
'values' => empty($values) ? array('is_private' => $is_private) : $values,
'errors' => $errors,
'is_private' => $is_private,
'title' => $is_private ? t('New private project') : t('New project'),
)));
}