Hi,
On the Today page, my non admin users have a content called [myProjects] (in addition of Messages, Projects, Work and Follow-up) which lists all the same projects whatever the profil user. Moreover, these user are not concerned by these projects.
I believe this to be a bug due to a migration to a new server. the fact is that I don't remember if the problem did occure before this migration.
Any ideas about how to purge this data in [myProjects] ??
thanks
Ben
Hi,
It is the Project Leader detailed view :
- only Project Leaders see this section
- this section displays all the work to do on their projects
- there is an issue in the name [myProject] (missing translation item)
Regards.
If you want to remove this section, just comment line 373 in today.php :
showProjectTasks();
becomes
//showProjectTasks();
ok thanks
but the listed projects are not the ones it should be.
For example, i got an user (project leader only in 'Project A'). He doesn't see 'Project A' but another Projects in which he isn't even affected.
As i said, i think is due to a migration to a new server I recently did .
What i want to do is to rebuild correctly this section. Is it possible automatically or must I do it directly in tables?
Thanks
What do you mean by "rebuild" the section ?