View Issue Details

IDProjectCategoryView StatusLast Update
0022812mantisbtuipublic2017-04-30 14:48
ReporterSchusterjunge Assigned Toatrol  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformPCOSMS Windows 7OS VersionOpera 43.0
Product Version2.3.1 
Summary0022812: Product Version | Dropdown and Config Field not long enough for code names
Description

I like to use also code names as a goal product version. Since 2.0.0 the standard field length is not long enough. The name is cut with ... on the left side.

TagsNo tags attached.
Attached Files

Relationships

related to 0021264 confirmed Option max_dropdown_length is not documented in Admin Guide 

Activities

atrol

atrol

2017-04-25 14:13

developer   ~0056708

The screen shot does not look like a standard MantisBT.
Do you use a 3rd party plugin for drop downs, e.g. https://github.com/mantisbt-plugins/JqueryChosen ?

Schusterjunge

Schusterjunge

2017-04-27 10:53

reporter   ~0056728

Yes, you are right. I'm using "Jquery Chosen 0.3". But the problem is the same, without this plugin.

atrol

atrol

2017-04-27 11:08

developer   ~0056729

Got it, seems you are using very long version names.

add the following line to file config_inc.php and adjust to your needs. Set value to 0 for unlimited length.

$g_max_dropdown_length = 40;
Schusterjunge

Schusterjunge

2017-04-27 11:24

reporter   ~0056730

That's it! - Thank you.