View Issue Details

IDProjectCategoryView StatusLast Update
0013344mantisbtbugtrackerpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.9 
Target Version1.2.9Fixed in Version1.2.9 
Summary0013344: Username for Categories' default handler is not printed in standard way
Description

If the user assigned as default handler for a category is

  • disabled: the name is printed, but not strikethrough
  • deleted: a blank line is printed

This behavior is not consistent with other places in MantisBT where the username is displayed.

TagsNo tags attached.

Relationships

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

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036316

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

Related Changesets

MantisBT: master 9c1dce12

2011-09-22 07:28

dregad


Details Diff
Print Handler for Categories in a standard way

The user assigned to a Global or Project-specific Category as default
handler was printed in a non-standard way. We now use function
prepare_user_name() to display it instead.

Fixes 0013344
Affected Issues
0013344
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File

MantisBT: master-1.2.x 3caa62b1

2011-09-22 07:28

dregad


Details Diff
Print Handler for Categories in a standard way

The user assigned to a Global or Project-specific Category as default
handler was printed in a non-standard way. We now use function
prepare_user_name() to display it instead.

Fixes 0013344
Affected Issues
0013344
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File

MantisBT: master 67f88a4e

2011-09-23 16:41

dhx


Details Diff
Issue 0013344: Add missing PHP closing tags for manage_proj pages

Commit 9c1dce12c60f540c242b23fb3212120fff92e049 forgot some PHP closing
tags, preventing manage_project_edit_page and manage_project_page from
parsing correctly.
Affected Issues
0013344
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File