View Issue Details

IDProjectCategoryView StatusLast Update
0016917mantisbtcustomizationpublic2016-04-28 18:05
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.15 
Target Version1.3.0-beta.1Fixed in Version1.3.0-beta.1 
Summary0016917: Manage Configuration Complex Type fails when array is terminated with a semi-color
Description

The regular expression match:
array( 'a', 'b', 'c')

but not:
array( 'a', 'b', 'c');

This can be confusing to users specially that we are not specifying the expectation for this type or what it means. Ideally, we change the name of this type to something more meaningful, e.g. array.

Tagsmantishub

Relationships

has duplicate 0016918 closedvboctor Manage - Manage Configuration: Complex type doesn't handle array of strings 
related to 0020787 closeddregad Setting of arrays (complex type) in Configuration Page doesn't work 

Activities

vboctor

vboctor

2014-02-05 12:13

manager   ~0039326

Submitted pull request for this:
https://github.com/mantisbt/mantisbt/pull/131

Related Changesets

MantisBT: master 2a02f882

2014-02-14 18:43

mantishub


Details Diff
Fixes 0016917: Manage Configuration: Complex Type fails when array is terminated with a semi-color. Affected Issues
0016917
mod - adm_config_set.php Diff File