added avatars, show user teams in list, new team dashboard widgets (#1150)
This commit is contained in:
@@ -219,10 +219,10 @@ class TimesheetEditForm extends AbstractType
|
||||
/** @var Project $project */
|
||||
$project = $repo->find($project);
|
||||
if (null !== $project) {
|
||||
if (!$project->getCustomer()->getVisible()) {
|
||||
if (!$project->getCustomer()->isVisible()) {
|
||||
$customer = null;
|
||||
$project = null;
|
||||
} elseif (!$project->getVisible()) {
|
||||
} elseif (!$project->isVisible()) {
|
||||
$project = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user