View Issue Details

IDProjectCategoryView StatusLast Update
0009758mantisbttaggingpublic2009-01-15 11:26
Reporterolegos Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0a2 
Fixed in Version1.2.0a3 
Summary0009758: Tag detach access check is wrong
Description

I'm a reporter globally, and a developer on this project. My config:

    # Access level required to detach tags from a bug
    $g_tag_detach_threshold = DEVELOPER;

I don't see the detach-tag link next to tags that I didn't attach.

tag_display_link() in core/tag_api.php is using access_has_global_level(), but I think it should be access_has_project_level(). Or maybe go through access_has_bug_level(), to match tag_detach.php?

Tagspatch
Attached Files
bug9758.patch (Attachment missing)

Activities

grangeway

grangeway

2008-11-30 12:34

reporter   ~0020161

Fixed in GIT trunk. Hopefully someone can review the new behaviour for me

Paul

Related Changesets

MantisBT: master eb47a850

2008-11-30 12:34

Paul Richards


Details Diff
Fix 0009758: Tag detach access check is wrong Affected Issues
0009758
mod - core/tag_api.php Diff File

MantisBT: master-1.1.x fc4aeac3

2008-11-30 12:34

Paul Richards


Details Diff
Fix 0009758: Tag detach access check is wrong Affected Issues
0009758
mod - core/tag_api.php Diff File