View Issue Details

IDProjectCategoryView StatusLast Update
0005820mantisbtcustom fieldspublic2005-07-23 02:22
Reporterbucci Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Product Version1.0.0a3 
Summary0005820: Value of t_project_id is always empty on mantis_custom_field_page.php
Description

In mantis_custom_field_page.php I had to add...

$t_project_id = helper_get_current_project ( );

around line 57 in order to get custom fields to list after adding them.

the final change looks like...

$t_project_id = helper_get_current_project ( );
$t_custom_fields = custom_field_get_ids( $t_project_id );

TagsNo tags attached.

Relationships

related to 0005696 closedthraxisp Custom Field not shown in manage_custom_field_page.php after creation 

Activities

thraxisp

thraxisp

2005-06-20 19:13

reporter   ~0010587

This change is irrelevant with the changes made in 0005696. Thanks.