View Issue Details

IDProjectCategoryView StatusLast Update
0014107mantisbtsponsorshipspublic2014-11-20 16:54
Reportervincent_sels Assigned Tovboctor  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionwon't fix 
Product Version1.2.8 
Summary0014107: Show 'last update' date instead of 'date submitted' in sponsorship details
Description

Wouldn't it be more logical/desired if the 'last update' date were shown instead of the 'date submitted' in the sponsorship details ? Meaning, "as of then" the specified user sponsors the specified amount. The changes can still be traced in the history section.

Tagspatch

Activities

vincent_sels

vincent_sels

2012-03-28 07:36

reporter   ~0031555

Can easily be changed in bug_support_list_view_inc.php, line 113 (in v1.2.8):

Change:
, $t_sponsorship->date_submitted );

To:
, $t_sponsorship->last_updated );

vboctor

vboctor

2014-11-08 21:10

manager   ~0041805

@vincent_sels - The issue your reported is related to a deprecated feature that is no longer supported. Hence, resolving as won't fix.