View Issue Details

IDProjectCategoryView StatusLast Update
0006354mantisbtbugtrackerpublic2009-05-19 19:56
Reportermstolar Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.0.0rc2 
Summary0006354: project documentatnion not visible for manager and administrator
Description

After you add file in docs/project documentation it is visible for everyone "under" manager privileges (manager and administrator can't see the files).
What is more, from time to time file uploads, and is visible for maganer and administrator. I don't know why it happens.

TagsNo tags attached.

Relationships

has duplicate 0006329 closedvboctor Project documents only available to users that are explictly added to project 
related to 0006383 closedatrol Uploading a project doc does not work 

Activities

Woefdram

Woefdram

2005-10-20 07:03

reporter   ~0011517

See also this post on the forum: http://forums.mantisbt.org/viewtopic.php?t=796

Joe Trewin

Joe Trewin

2005-11-01 13:18

reporter   ~0011571

I've fixed this in my version (1.0.0rc2) (until there's a real patch) by editing proj_doc_page.php, and altering:

( pult.user_id = $t_user_id AND pult.access_level $t_access_clause )

to

( (ut.access_level >= 70) OR (pult.user_id = $t_user_id AND pult.access_level $t_access_clause )) )

This allows access for manager and above - not thoroughly tested, but seems to work well enough for now.