Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017847 | mantisbt | bugtracker | public | 2014-11-07 17:16 | 2014-12-05 18:33 |
| Reporter | dregad | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.0rc2 | ||||
| Target Version | 1.2.18 | Fixed in Version | 1.2.18 | ||
| Summary | 0017847: New BugData object due_date should be blank | ||||
| Description | Prior to this, the due_date field was initialized to 0, causing the date to be incorrectly preset to 1970-01-01 00:00 UTC. | ||||
| Additional Information | This issue does not affect issues created through MantisBT UI as the field is properly initialized in this case. The problem was detected while testing the XML Import plugin. | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.2.x 1cba70e6 2014-10-15 15:39 Details Diff |
New BugData object due_date should be blank Prior to this, the due_date field was initialized to 0, causing the date to be incorrectly preset to 1970-01-01 00:00 UTC. Backport from master 2d82b2430922e6bc0ac733007792955c92a4df05 Fixes 0017847 |
Affected Issues 0017847 |
|
| mod - core/bug_api.php | Diff File | ||
|
MantisBT: master 2d82b243 2014-10-15 15:39 Details Diff |
New BugData object due_date should be blank Prior to this, the due_date field was initialized to 0, causing the date to be incorrectly preset to 1970-01-01 00:00 UTC. Fixes 0017847 |
Affected Issues 0017847 |
|
| mod - core/bug_api.php | Diff File | ||
related to
child of
duplicate of