View Issue Details

IDProjectCategoryView StatusLast Update
0009504mantisbtbugtrackerpublic2010-04-23 23:23
Reportermkornatzki Assigned Torolfkleef  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0a2 
Fixed in Version1.2.0a3 
Summary0009504: Can not add note
Description

i didn't have change the workflow and the reporter, developer, manager, ... have the right to add a note. But they can't.
Only as a global administrator or manager i can add a note to an open issue.

Tagspatch

Relationships

duplicate of 0009724 closedvboctor Issue history is missing 

Activities

vboctor

vboctor

2008-08-10 01:37

manager   ~0019098

Are you trying to add notes to a resolved issue? Note that resolved issues can be treated as read-only and require a higher access level to add notes to them.

mkornatzki

mkornatzki

2008-08-11 09:11

reporter   ~0019107

thanks for your response. the issue is not resolved and the role of the user has the right to write notes?

midw0rk

midw0rk

2008-08-27 02:37

reporter   ~0019254

Hai all!

Fixed function access_get_local_level in file access_api.php
Add variable $g_cache_access_matrix in global

#fixed string

function access_get_local_level( $p_user_id, $p_project_id ) {
global $g_cache_access_matrix_project_ids, $g_cache_access_matrix;

..... etc

Sorry, I do not speak on english!

oernii

oernii

2008-11-07 05:22

reporter   ~0019797

Index: core/access_api.php

--- core/access_api.php (revision 5615)
+++ core/access_api.php (working copy)
@@ -465,7 +465,7 @@

get the user's access level specific to this project.

    # return false (0) if the user has no access override here
    function access_get_local_level( $p_user_id, $p_project_id ) {
  • global $g_cache_access_matrix_project_ids;
  • global $g_cache_access_matrix_project_ids, $g_cache_access_matrix;

            $p_project_id = (int)$p_project_id; # 000001 is different from 1.
olegos

olegos

2008-11-07 20:39

reporter   ~0019812

Related to 0009724 (same problem, different symptom).