View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010703 | mantisbt | attachments | public | 2009-07-09 08:14 | 2009-10-07 14:19 |
Reporter | dhx | Assigned To | dhx | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.2.0rc1 | ||||
Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
Summary | 0010703: 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. | ||||
Tags | No tags attached. | ||||
MantisBT: master-1.2.x 07bb3fea 2009-07-21 09:30 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 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 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 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 |