View Issue Details

IDProjectCategoryView StatusLast Update
0010957mantisbtchange logpublic2014-09-23 23:02
Reportercas Assigned To 
PrioritynormalSeverityfeatureReproducibilityN/A
Status newResolutionopen 
Product Version1.2.0rc1 
Summary0010957: Log in history status 10 (new bug)
Description

For easier reporting we need to have in the history table always the initial status. Currently this is not logged.
Would suggest to to add one(1) line within bug_api.php, function create().
@ line 362 one now finds:

log changes, if any (compare happens in history_log_event_direct)

history_log_event_direct( $t_bug_id, 'status', $t_original_status, $t_status );

Would suggest to change this to:

log changes, if any (compare happens in history_log_event_direct)

history_log_event_direct( $t_bug_id, 'status', 0, 10 );
history_log_event_direct( $t_bug_id, 'status', $t_original_status, $t_status );

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036061

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch