View Issue Details

IDProjectCategoryView StatusLast Update
0007837mantisbtbugtrackerpublic2007-07-09 03:33
ReporterGoodbyte Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.0.6 
Summary0007837: Reunassigned new feature has still status "assigned"
Description

If you assign a formerly "new" bug to a user and reassign it to nobody, it still has the status "assigned" but has no handler.

Steps To Reproduce
  1. Create new bug
  2. Assign bug to somebody
  3. Assign bug to nobody (" ")

=> Status of bug is "assigned"

TagsNo tags attached.

Activities

Goodbyte

Goodbyte

2007-03-18 20:58

reporter   ~0014210

Sorry for the typo. Summary should be "Unassigned new bug has still status "assigned".
Can anybody please correct it? (Sorry for my poor english)

I tried to fix it with the following chance in my local code:

File changed: core\bug_api.php
Line 1087-1090: inserted lines
inserted:
} else if ( ( ON == config_get( 'auto_set_status_to_assigned' ) ) &&
( NO_USER == $p_user_id ) && ( $h_status == config_get( 'bug_assigned_status' ) )
){
// Own dirty hack for unassign bug
$t_ass_val = config_get( 'bug_submit_status' );