View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009540 | mantisbt | bugtracker | public | 2008-08-14 12:08 | 2010-04-23 23:22 |
| Reporter | bbach | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 1.1.2 | ||||
| Summary | 0009540: Can't delete an attachment | ||||
| Description | When I try to delete an attached file, I get "access denied". I used the default when I installed as to where the attachments are stored. I have administrator rights. Seems to happen even if I upload the file myself. | ||||
| Steps To Reproduce | Attach a file to an issue. | ||||
| Tags | No tags attached. | ||||
|
There is a separate permission to delete attachments. (In some circles deleting anything historical is forbidden a la Sarbaines-Oxley). See $g_delete_attachments_threshold. |
|
|
I added: $g_delete_attachments_threshold = 'updater'; to config_inc.php and interestingly, the link to delete the attachment disappears from the issue. Comment out the line and it is back. I was running as an administrator at the time. |
|
|
I don't know if this is related but I am also getting the following error when attempting to "resolve" an issue: APPLICATION ERROR #2800 Invalid form security token. Did you submit the form twice by accident? |
|
|
Will resolve as no change required. Please re-open if still applicable on latest release. |
|