View Issue Details

IDProjectCategoryView StatusLast Update
0008710mantisbtcustom fieldspublic2008-04-19 04:10
Reporteryopiyop Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.0 
Fixed in Version1.2.0a1 
Summary0008710: display past years in Custom date field
Description

Number of years in the past that custom date fields will display in drop down boxes.

  • add in config_defaults_inc.php : back_year_count (ie forward_year_count)
    $g_past_year_count = 0 ;//defaut 0

  • patch in core\date_api.php

$t_past_years = config_get( 'past_year_count' ) ;

and twice :
$t_start_year = $t_current - $t_past_years ;

TagsNo tags attached.

Activities

vboctor

vboctor

2008-01-09 03:59

manager   ~0016602

Fixed by svn:4872