View Issue Details

IDProjectCategoryView StatusLast Update
0006329mantisbtdocumentationpublic2006-02-04 05:53
Reporterizhekov Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0rc2 
Summary0006329: Project documents only available to users that are explictly added to project
Description

I can't see documentation of a private project. Here is more information about this issue:

  1. The project is private;
  2. I'm added to it automatically since my account has administrator privileges;
  3. Other users added as developers or reporters can see documentation;
  4. I can't see documentation project with the administrator account.
TagsNo tags attached.

Relationships

duplicate of 0006354 acknowledged project documentatnion not visible for manager and administrator 

Activities

Woefdram

Woefdram

2005-10-13 09:51

reporter   ~0011496

Administrators and managers can't see the docs, "lower" users can.

Joe Trewin

Joe Trewin

2005-11-01 13:17

reporter   ~0011570

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.

vboctor

vboctor

2005-11-28 06:18

manager   ~0011668

This issue still exists in 1.0.0rc3. Unless the user is explictly address to the project, the project documents won't be visible.