View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0033402 | mantisbt | api rest | public | 2023-12-04 12:51 | 2024-02-20 16:58 |
Reporter | lam000 | Assigned To | community | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.26.0 | ||||
Target Version | 2.26.1 | Fixed in Version | 2.26.1 | ||
Summary | 0033402: Updating an Issue through the API sets all comments last edit timestamp | ||||
Description | When updating an Issue trough the api, doesnt matter rest or soap, all bug notes included in the payload get an edited timestamp even if they didn't change | ||||
Steps To Reproduce | 1) Create a new Issue | ||||
Tags | No tags attached. | ||||
MantisBT: master-2.26 e03d0f63 2023-12-04 13:03 Committer: dregad Details Diff |
REST: only update bugnote timestamp when changed Prior to this, any bugnote provided in the Issue PATCH request's body would see its timestamp updated, even if there was no actual change to the bugnote's data. Fixes 0033402, PR https://github.com/mantisbt/mantisbt/pull/1952 Signed-off-by: Damien Regad <dregad@mantisbt.org> |
Affected Issues 0033402 |
|
mod - api/soap/mc_issue_api.php | Diff File |