View Issue Details

IDProjectCategoryView StatusLast Update
0010817mantisbtbugtrackerpublic2009-10-07 14:19
Reporterdhx Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Target Version1.2.0rc2Fixed in Version1.2.0rc2 
Summary0010817: 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.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x d6941f36

2009-08-18 21:32

dhx


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

dhx


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