View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010817 | mantisbt | bugtracker | public | 2009-08-08 00:00 | 2009-10-07 14:19 |
Reporter | dhx | Assigned To | dhx | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | git trunk | ||||
Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
Summary | 0010817: View status column shows integer value instead of string | ||||
Description | When you enable the view_status column through account_manage_columns_page, the view issues list only shows the integer value of the view_status field rather than the optional padlock icon. The view status icon should be ripped out of the summary column and placed within it's own column in the same way attachment_count works. | ||||
Tags | No tags attached. | ||||
MantisBT: master-1.2.x d6941f36 2009-08-18 21:32 Details Diff |
Fix 0010817: View status column shows integer instead of icon When setting the view_status column within account_manage_columns_page, the view issues list only shows the integer value of the view_status field. This correction will ensure that the protected/padlock icon is shown for private issues. For public issues, no icon is shown. The protected/padlock icon has been removed from the end of the summary column as it is duplicated by this now working view_status column. The view_status column is also now sortable, which makes it a little bit easier to find all the private issues at once. |
Affected Issues 0010817 |
|
mod - core/columns_api.php | Diff File | ||
mod - css/default.css | Diff File | ||
MantisBT: master 35832103 2009-08-18 21:32 Details Diff |
Fix 0010817: View status column shows integer instead of icon When setting the view_status column within account_manage_columns_page, the view issues list only shows the integer value of the view_status field. This correction will ensure that the protected/padlock icon is shown for private issues. For public issues, no icon is shown. The protected/padlock icon has been removed from the end of the summary column as it is duplicated by this now working view_status column. The view_status column is also now sortable, which makes it a little bit easier to find all the private issues at once. |
Affected Issues 0010817 |
|
mod - core/columns_api.php | Diff File | ||
mod - css/default.css | Diff File |