View Issue Details

IDProjectCategoryView StatusLast Update
0011730mantisbtattachmentspublic2014-09-23 18:05
Reportertfoulk Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0 
Fixed in Version1.2.9 
Summary0011730: Attachments do not show properly in View Issues List
Description

When clicking the hyper link to 'View Issues' the attachment value for each ticket row displays as "@attachment@". In 1.0.7 Mantis version if a ticket had an attachment it would display as a paper clip image.

I upgraded to 1.2.0 release yesterday and the paper clip image no longer displays. Now it displays as "@attachment@" for each ticket even if the ticket does not have an attachment.

I have attached a screen shot.

TagsNo tags attached.
Attached Files
Attachment.PNG (14,400 bytes)   
Attachment.PNG (14,400 bytes)   

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dhx

dhx

2010-03-31 05:36

reporter   ~0024970

This is because the column was renamed from 'attachment' to 'attachment_count' in 1.2.x

Please update Manage => Manage Configuration => Manage Columns on a global level (if applicable) and also via My Account => Manage Columns for any per-user settings you have on your account.

tfoulk

tfoulk

2010-03-31 07:49

reporter   ~0024979

I am unable to implement the change you suggested. When I attempt to, I receive "APPLICATION WARNING #100: Configuration option "enable_relationship" not found."

It looks like it was dropped in 0004491:0007488

tfoulk

tfoulk

2010-07-27 15:13

reporter   ~0026141

Found out that changing the custom_functions_inc.php to represent "attachment_count" did the trick...

    $t_show_attachments = config_get( 'show_attachment_indicator' );
    if ( ON == $t_show_attachments ) {
        $t_columns[] = 'attachment_count';

issue closed.

atrol

atrol

2012-07-10 16:34

developer   ~0032301

Fixed by changes for 0013276

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036246

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch