View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0027576 | mantisbt | custom fields | public | 2020-11-22 06:02 | 2021-03-07 18:29 |
Reporter | dregad | Assigned To | dregad | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.13.0 | ||||
Target Version | 2.25.0 | Fixed in Version | 2.25.0 | ||
Summary | 0027576: Incorrect error message when reporting issue with a custom field failing validation | ||||
Description | Given a custom field with some validation criteria (e.g. maximum length), and shown when reporting a new issue, submitting an issue with a non-empty value not meeting that criteria, IssueAddCommand throws APPLICATION ERROR 11 A necessary field "xxx" was empty. Please recheck your inputs. The error is incorrect, it should be Invalid value for field "xxx". | ||||
Tags | No tags attached. | ||||
MantisBT: master 77d101ac 2020-11-22 06:03:18 Details Diff |
Wrong error message when validating custom field Given a custom field with some validation criteria (e.g. maximum length) and shown when reporting, submitting a new issue with a non-empty value not meeting that criteria was throwing ERROR_EMPTY_FIELD instead of ERROR_CUSTOM_FIELD_INVALID_VALUE. Fixes 0027576 |
Affected Issues 0027576 |
|
mod - api/soap/mc_project_api.php | Diff File |