View Issue Details

IDProjectCategoryView StatusLast Update
0028965mantisbtattachmentspublic2023-10-31 16:32
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product Version2.25.0 
Target Version2.26.0Fixed in Version2.26.0 
Summary0028965: 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:

  1. Issue attachments created with the issue show within the issue header details.
  2. Issue note attachments show with their notes.
TagsNo tags attached.

Relationships

related to 0022323 new Missing whole "Attached Files" section 

Activities

Related Changesets

MantisBT: master 91422470

2021-08-07 19:34

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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

vboctor


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