View Issue Details

IDProjectCategoryView StatusLast Update
0011727mantisbtbugtrackerpublic2010-04-23 14:30
Reporterrakekniven Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.2.1Fixed in Version1.2.1 
Summary0011727: "APPLICATION ERROR #1100 when clicking on a link which points to a already deleted note
Description

See history at http://www.mantisbt.org/bugs/view.php?id=11715 [^]
In Column changes you will find one clickable link (http://www.mantisbt.org/bugs/bug_revision_view_page.php?bugnote_id=0024920#r702 [^]).
It gives me "APPLICATION ERROR #1100

Issue 0 not found."

TagsNo tags attached.

Relationships

related to 0011404 closeddhx Record dropping of bug revisions in bug history 

Activities

dhx

dhx

2010-03-31 02:04

reporter   ~0024932

This was fixed in 0011404 but not backported to 1.2.x

I'll see if I can split out the bugnote revision link changes and commit them against 1.2.x

dhx

dhx

2010-03-31 02:16

reporter   ~0024933

Committed! It should now work properly (with better functionality too!)

Thanks for reporting this issue.

Related Changesets

MantisBT: master-1.2.x b81d2302

2010-03-31 02:09

dhx


Details Diff
Issue 0011404: Record dropping of bug revisions in bug history

This patch has been backported from the 1.3.x branch in accordance with
issue 0011727.

When dropping bug revisions (bugnotes, description, steps to reproduce
and additional information) we should be recording this event in the bug
history. This maintains an audit log of who and at what time revision
data was permanently deleted.

This commit also fixes an issue whereby links in the history were still
shown for bug revisions that had been dropped. Users would thus click a
link to come across a 'revision not found' error message.
Affected Issues
0011404, 0011727
mod - core/bug_revision_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File