View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033588 | mantisbt | administration | public | 2024-01-31 00:47 | 2024-02-20 16:58 |
Reporter | grubernd | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.26.0 | ||||
Target Version | 2.26.1 | Fixed in Version | 2.26.1 | ||
Summary | 0033588: Creating an Configuration Option with complex array fails when number is negative | ||||
Description | as per summary and steps to reproduce | ||||
Steps To Reproduce | Create Configuration Option: ==> will fail with: | ||||
Additional Information |
| ||||
Tags | No tags attached. | ||||
MantisBT: master-2.26 0de6dd21 2024-01-31 06:19 Details Diff |
Allow negative number when editing array config Previously, attempting to set the option's value to `array( -1, 0 )` would trigger APPLICATION ERROR 103: Cannot set configuration option "due_date_warning_levels": Invalid token '-'. Updating ConfigParser::process_array() to properly handle signed integer values Fixes 0033588 |
Affected Issues 0033588 |
|
mod - core/classes/ConfigParser.class.php | Diff File |