View Issue Details

IDProjectCategoryView StatusLast Update
0005737mantisbtcustom fieldspublic2005-07-23 02:27
ReporterArno Slatius Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.0a3 
Summary0005737: Cannot add custom fields
Description

I just upgraded to the a3 version form a2 and suddenly I'm not able to create custom fields (not quite sure if I previously added custom fields in version a2 or that it was in a1, but I did do it before with succes).

The fields can be created, but will not show up in the custom field list under 'manage custom fields' nor will they show up under the project management in the list of fields that can be added.
The only option it to use a tool like phpmyadmin and add a row to the table "mantis_custom_field_project_table". Then they will show up in the management list and also in the selection lists for the projects.

Additional Information

I'm guessing there is a query that should contain a LEFT JOIN instead of a normal SELECT.

TagsNo tags attached.

Relationships

duplicate of 0005696 closedthraxisp Custom Field not shown in manage_custom_field_page.php after creation 

Activities

thraxisp

thraxisp

2005-06-08 11:03

reporter   ~0010420

I think that this is a duplicate of 0005696. Can you confirm this?

Arno Slatius

Arno Slatius

2005-06-08 13:36

reporter   ~0010433

Bug 0005696 only talks about the manage_custom_field_page.php page, I can confim that part being similar.
You might want to check that it was also fixed for the projects where you assign the custom fields.

thraxisp

thraxisp

2005-06-08 14:39

reporter   ~0010435

The fix actually addresses all of the pages where custom fields are shown.

jschrader

jschrader

2005-06-09 05:37

reporter   ~0010447

I have the same problem! custom_fields created earlier with version a1 are visible but the new ones not. And they are not visible at any page.

Arno Slatius

Arno Slatius

2005-06-09 15:20

reporter   ~0010454

I checked out the files that were mentioned in 0005696 and add them to my current version of mantis and the problem is solved.