View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008368 | mantisbt | tagging | public | 2007-09-17 16:02 | 2007-10-04 01:37 |
Reporter | jmunro | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.1.0a4 | ||||
Target Version | 1.1.0rc1 | Fixed in Version | 1.1.0rc1 | ||
Summary | 0008368: "Access Denied." when trying to attach a tag to an issue I reported | ||||
Description | I tried to attach a tag to an issue I reported (0007750) and it sent me to a page that just said "Access Denied.". If - as a reporter - I don't have permission to attach tags to issues I've reported, then shouldn't the "Attach Tags" row on the issue details screen be hidden? The current way seems inconsistent with the rest of Mantis, where things just aren't there when you don't have permission, rather than letting you try to do it and showing an error message. | ||||
Tags | No tags attached. | ||||
Interestingly, although it didn't attach my tag to the issue it did create the tag (http://www.mantisbt.org/bugs/tag_view_page.php?tag_id=6 ) |
|
I believe this is a file permissions error on this particular instance. I don't get access denied problems with any of my personal installations of Mantis. |
|
Can we close this issue as Not Reproducible? |
|
No, it still happens on this specific site. I tried attaching the "patch" tag to 0008336 and I get the Access Denied error. Victor, you've got this site configured weird or something, because I can reproduce it at will here. |
|
The problem reported here was caused by tag_bug_attach() checking for detach threshold rather than attach threshold. This causes a problem when the current user has access level < DEVELOPER and the default tagging thresholds are used. Following are the implemented changes:
|
|