View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0028965 | mantisbt | attachments | public | 2021-08-07 23:32 | 2021-10-31 22:21 |
Reporter | vboctor | Assigned To | vboctor | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | 2.25.0 | ||||
Target Version | 2.26.0 | Fixed in Version | 2.26.0 | ||
Summary | 0028965: Show issue attachments along with issue header information | ||||
Description | Originally we used to show all attachments as part of the issue header information. Then we moved to show all as activities along with the notes. This issue implements the behavior as follows:
| ||||
Tags | No tags attached. | ||||
related to | 0022323 | new | Missing whole "Attached Files" section |
MantisBT: master 91422470 2021-08-07 19:34 Details Diff |
Show issue attachments with issue header - Issue attachments displayed with issue header information. - Issue notes attachments displayed with notes. Fixes 0028965 |
Affected Issues 0028965 |
|
mod - bug_view_inc.php | Diff File | ||
mod - bugnote_view_inc.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
MantisBT: master cd3d99bb 2021-08-07 20:40 Details Diff |
Fix where not all issue attachments were included The activities API returns an attachment in attachment field and the rest in attachments field. So handling this case correctly. Fixes 0028965 |
Affected Issues 0028965 |
|
mod - bug_view_inc.php | Diff File | ||
mod - bugnote_view_inc.php | Diff File | ||
MantisBT: master 1b0ac37b 2021-08-09 21:13 Details Diff |
Fix inconsistency in bug activity api In the past is used to return a mix of attachment and attachments fields based on the case. This was due to a bug. Fixes 0028965 |
Affected Issues 0028965 |
|
mod - core/bug_activity_api.php | Diff File | ||
MantisBT: master 0059a293 2021-08-09 21:14 Details Diff |
Issue attachments code review feedback Fixes 0028965 |
Affected Issues 0028965 |
|
mod - bug_view_inc.php | Diff File | ||
mod - bugnote_view_inc.php | Diff File | ||
MantisBT: master 8ed14aae 2021-10-16 18:38 Details Diff |
Fix syntax error for legacy attachments Fixes 0028965 |
Affected Issues 0028965 |
|
mod - core/bug_activity_api.php | Diff File | ||
MantisBT: master 8ce03d62 2021-10-16 18:40 Details Diff |
Re-use existing string instead of new string Fixes 0028965 |
Affected Issues 0028965 |
|
mod - bug_view_inc.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
MantisBT: master 9842974c 2021-10-16 18:50 Details Diff |
`bug_activity_get_all()` to set attach as array Update the method to always set attachments as an array and not a single entry. Fixes 0028965 |
Affected Issues 0028965 |
|
mod - core/bug_activity_api.php | Diff File |