View Issue Details

IDProjectCategoryView StatusLast Update
0010214mantisbtcustom fieldspublic2009-06-26 12:02
Reporterflipper2009 Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.1.6 
Summary0010214: value of date custom fields has not updated
Description

problem in different format representation of date fields and other custom fields.

date: custom_field_X_day
custom_field_X_month
custom_field_X_year

other: custom_field_X

problem code:
bug_update.php

line 126:
if ( $tdef['require' . $t_custom_status_label] && !gpc_isset( "customfield$t_id" ) ) {

line 131:
if ( !gpc_isset( "customfield$t_id" ) ) {
continue;
}

TagsNo tags attached.

Relationships

duplicate of 0009979 closedthraxisp Function gpc_isset always return false for a custom date field 

Activities

There are no notes attached to this issue.