View Issue Details

IDProjectCategoryView StatusLast Update
0005712mantisbtcustom fieldspublic2005-07-23 02:28
Reporterpolzin Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0a3 
Fixed in Version1.0.0rc1 
Summary0005712: Entered custom fields are not stored into the database at status change
Description

A custom field with " Display When Resolving Issues" but not "Require When Resolving Issues" is not stored into the database!

Possibly this patch introduced the bug, because in prior versions of bugupdate there was also something written about update $t_custom_status_label.

http://cvs.sourceforge.net/viewcvs.py/mantisbt/mantisbt/bug_update.php?r1=1.84&r2=1.85

bug_update.php v1.85 L 96:

Only update the field if it would have been display for editing

    if( !( ( ! $f_update_mode && $t_def['require_' . $t_custom_status_label] ) ||
                    ( $f_update_mode && $t_def['display_update'] ) ||
                    ( $f_update_mode && $t_def['require_update'] ) ) ) {
        continue;
    }

TagsNo tags attached.

Relationships

child of 0005460 closedvboctor Critical Issues to Fix for Mantis 1.0.0 Release 

Activities

thraxisp

thraxisp

2005-06-06 09:46

reporter   ~0010369

Fixed in CVS. Added optional CFs displayed at resolve or close to bug_update.

bug_update.php -> 1.86