MantisBT: master e5a44f81

Author Committer Branch Timestamp Parent
dregad dregad master 2020-12-28 14:22 master-2.24 bef9fa07
Affected Issues  0027351: Prevent updating Issue with invalid values for ETA and Projection
Changeset

BugData::_set() handle eta as int

The eta field was not included in the switch, so was dealt with by the
default case and treated as string while it is in fact an enum and
should be handled as int.

Issue 0027351

mod - core/bug_api.php Diff File