if(!is_array($project_data)) {
$project_data = array(
'leader_id' => $this->logged_user->getId(),
'default_visibility' => VISIBILITY_PRIVATE,
);
} // ifif(!is_array($project_data)) {
$project_data = array(
'leader_id' => $this->logged_user->getId(),
'default_visibility' => VISIBILITY_NORMAL,
);
} // if
Hey Ilija,
I've tried to figure out where to change the Defaullt Visibility when creating a new project. The _project_form.tpl doesn't set it and the select_visibility helper function doesn't seem to give me any hints either, as the checked param isn't set for either of the 2 radio buttons. Have I missed something and if so, where should I look for changing this?
Frederik Sauer
Dwarf A/S