View Issue Details

IDProjectCategoryView StatusLast Update
0013190mantisbtbugtrackerpublic2014-09-23 18:05
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.6 
Target Version1.2.7Fixed in Version1.2.7 
Summary0013190: View page doesn't honor view_handler_threshold threshold
Description

The issue handler shows up in the following areas:

  • The 'assigned to' field.
  • The issue history.
TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 
has duplicate 0013198 closedrombert History: incorect access check for showing handler_id change 
has duplicate 0013208 closedatrol copypaste error introduced in aea5691d20595951e49857a4e91b343b27ae98ca 

Activities

dhx

dhx

2011-08-01 09:43

reporter   ~0029332

This commit is broken as per atrol's comment on Github.

The correct way to call access_has_bug_level is:

function access_has_bug_level( $p_access_level, $p_bug_id, $p_user_id = null )

Note that this patch needs to call the function with the bug ID too.

rombert

rombert

2011-08-01 16:31

reporter   ~0029343

Just reported a duplicate, as I got hit by this one. dhx's comment ( as atrol's on github ) are spot on.

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036415

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

Related Changesets

MantisBT: master-1.2.x aea5691d

2011-07-30 13:45

vboctor


Details Diff
Fixes 0013190: View page doesn't honor view_handler_threshold threshold.

The issue handler shows up in the following areas:
- The 'assigned to' field.
- The issue history.
Affected Issues
0013190
mod - bug_view_inc.php Diff File
mod - core/history_api.php Diff File

MantisBT: master 699480c4

2011-07-30 13:53

vboctor


Details Diff
Fixes 0013190: View page doesn't honor view_handler_threshold threshold.

The issue handler shows up in the following areas:
- The 'assigned to' field.
- The issue history.
Affected Issues
0013190
mod - bug_view_inc.php Diff File
mod - core/history_api.php Diff File

MantisBT: master-1.2.x 3d91625b

2011-08-04 18:50

vboctor


Details Diff
Fixes 0013190: View page doesn't honor view_handler_threshold threshold.

- Follow fix to add missing parameter in API call.
Affected Issues
0013190
mod - core/history_api.php Diff File

MantisBT: master ee169f73

2011-08-04 18:50

vboctor


Details Diff
Fixes 0013190: View page doesn't honor view_handler_threshold threshold.

- Follow fix to add missing parameter in API call.
Affected Issues
0013190
mod - core/history_api.php Diff File

MantisBT: next ed74dae7

2011-08-04 19:04

vboctor


Details Diff
Fixes 0013190: View page doesn't honor view_handler_threshold threshold.

The issue handler shows up in the following areas:
- The 'assigned to' field.
- The issue history.
Affected Issues
0013190
mod - application/core/history_api.php Diff File
mod - public/bug_view_inc.php Diff File