View Issue Details

IDProjectCategoryView StatusLast Update
0008050mantisbtcustomizationpublic2007-06-11 14:19
Reporterdeboutv Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
Status newResolutionopen 
Product Version1.1.0a3 
Summary0008050: Bug resolution error if the resolution enum string has been changed.
Description

If the user changes the resolution enum string, an error (in the resolution field) could appear during the bug creation:

function bug_create( $p_bug_data ) {
...
$t_resolution = OPEN;
...
}

If OPEN is not defined in the resolution enum string...

TagsNo tags attached.

Activities

There are no notes attached to this issue.