dolibarr/htdocs/projet/tasks
tarrsalah eb62c1eb0d fix undefined method getProjectsAuthorizedForUser.
When a user don't have the permission
`$user->rights->projet->all->lire`, viewing some tasks related entities
(like `tasks/contact.php?id=1&withproject=1`) cause `Call to undefined
method Task::getProjectsAuthorizedForUser()` fatal error.

The problem is caused by calling getProjectsAuthorizedForUser on $object
insted of $projectstatic.
2017-01-04 16:35:04 +01:00
..
contact.php fix undefined method getProjectsAuthorizedForUser. 2017-01-04 16:35:04 +01:00
document.php fix undefined method getProjectsAuthorizedForUser. 2017-01-04 16:35:04 +01:00
list.php Complete work on new list v5 2016-12-16 01:12:24 +01:00
note.php fix undefined method getProjectsAuthorizedForUser. 2017-01-04 16:35:04 +01:00
task.php fix undefined method getProjectsAuthorizedForUser. 2017-01-04 16:35:04 +01:00
time.php fix undefined method getProjectsAuthorizedForUser. 2017-01-04 16:35:04 +01:00