View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0017075 | mantisbt | migration | public | 2014-03-09 23:49 | 2014-12-05 18:33 |
| Reporter | vboctor | Assigned To | vboctor | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.2.17 | ||||
| Target Version | 1.2.18 | Fixed in Version | 1.2.18 | ||
| Summary | 0017075: Import plugins should be able to set last_updated field to a date in the past | ||||
| Description | At this point it is not possible for a plugin like csv_import to set the last updated field, because bug_set_field() updates the field value (whatever it is), then sets the last_updated to now. The fix is to not set last_updated to now if the field that was updated is last_updated. | ||||
| Tags | mantishub | ||||
|
Pull request can be found at https://github.com/mantisbt/mantisbt/pull/146 |
|
|
MantisBT: master-1.2.x d5e55323 2014-03-09 19:52 Details Diff |
Fixes 0017075: Import plugins should be able to set last_updated field to a date in the past. |
Affected Issues 0017075 |
|
| mod - core/bug_api.php | Diff File | ||
|
MantisBT: master af233939 2014-03-09 19:52 Details Diff |
Fixes 0017075: Import plugins should be able to set last_updated field to a date in the past |
Affected Issues 0017075 |
|
| mod - core/bug_api.php | Diff File | ||