View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006329 | mantisbt | documentation | public | 2005-10-11 05:38 | 2006-02-04 05:53 |
| Reporter | izhekov | Assigned To | vboctor | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.0.0rc2 | ||||
| Summary | 0006329: 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:
| ||||
| Tags | No tags attached. | ||||
| duplicate of | 0006354 | acknowledged | project documentatnion not visible for manager and administrator |
|
Administrators and managers can't see the docs, "lower" users can. |
|
|
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. |
|
|
This issue still exists in 1.0.0rc3. Unless the user is explictly address to the project, the project documents won't be visible. |
|