View Issue Details

IDProjectCategoryView StatusLast Update
0010703mantisbtattachmentspublic2009-10-07 14:19
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0rc1 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010703: attachment_count column shows @attachment_count@ for each row
Description

The attachment_count column appears to be broken when set through "My Account => Columns". This can be reproduced on this bugtracker (mantisbt.org) as well.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 07bb3fea

2009-07-21 09:30

dhx


Details Diff
Fix 0010703: attachment_count column error

There was a naming inconsistency (probably a renaming within bug_api)
with attachment vs attachment_count. This led to the attachment_count
column not displaying the correct column title, as well as display of
@attachment_count@ instead of the actual count.
Affected Issues
0010703
mod - core/columns_api.php Diff File

MantisBT: master 04d6bf91

2009-07-21 09:30

dhx


Details Diff
Fix 0010703: attachment_count column error

There was a naming inconsistency (probably a renaming within bug_api)
with attachment vs attachment_count. This led to the attachment_count
column not displaying the correct column title, as well as display of
@attachment_count@ instead of the actual count.
Affected Issues
0010703
mod - core/columns_api.php Diff File

MantisBT: master-1.2.x c8f65172

2009-10-05 05:06

dhx


Details Diff
Fix 0010703: Don't show attachment_count column in CSV output

It is a little complicated to show the attachment_count column in the
CSV output at the moment. Therefore we disable this column from being
usable until such time as someone wants to spend time fixing it up
properly. By disabling the column, we prevent users from enabling what
is currently a broken/non-implemented column.
Affected Issues
0010703
mod - core/helper_api.php Diff File

MantisBT: master 7634b190

2009-10-05 05:06

dhx


Details Diff
Fix 0010703: Don't show attachment_count column in CSV output

It is a little complicated to show the attachment_count column in the
CSV output at the moment. Therefore we disable this column from being
usable until such time as someone wants to spend time fixing it up
properly. By disabling the column, we prevent users from enabling what
is currently a broken/non-implemented column.
Affected Issues
0010703
mod - core/helper_api.php Diff File