MantisBT: master 77d101ac

Author Committer Branch Timestamp Parent
dregad dregad master 2020-11-22 01:03 master ed6571e2
Affected Issues  0027576: Incorrect error message when reporting issue with a custom field failing validation
Changeset

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

mod - api/soap/mc_project_api.php Diff File