View Issue Details

IDProjectCategoryView StatusLast Update
0021713mantisbtcustom fieldspublic2016-10-02 18:41
Reporterguerinetn Assigned Toatrol  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.3.0 
Summary0021713: Manage Columns lowercase field name
Description

When you create custom field with Uppercase name, it can't be configured for differents views or export (CSV or Excel).

When you copy a custom field for the box All available columns to view Issues Columns.
After saving your choice, the entire field of view Issues Columns is converted to lowercase.

If your database server engine is case sensitive (PostgreSQL for example) you can't display the field in the views Issues page and the export.

Steps To Reproduce

Create a custom field named "Test"
Installed mantis on Postgresql
Assign it to a project.
Go to My Account > Manage Columns page and add the field custom_text to the view issue field.
Create a bug with a value for this custom field Test.
Go to the view issues page :
The last column, is not named Test but @test@ and all the value are equals to @test@ instead of the correct value for this field

Additional Information

We must modified the function columns_sting_to_array.
We just remove the first line :
$t_string = utf8_strtolower ($p_string);

TagsNo tags attached.

Relationships

duplicate of 0020248 closedcproensa Custom field named with capital letters like "Component" doesn't display on views 

Activities

There are no notes attached to this issue.