View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005820 | mantisbt | custom fields | public | 2005-06-20 12:03 | 2005-07-23 02:22 |
| Reporter | bucci | Assigned To | thraxisp | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Product Version | 1.0.0a3 | ||||
| Summary | 0005820: 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 ( ); | ||||
| Tags | No tags attached. | ||||