View Issue Details

IDProjectCategoryView StatusLast Update
0021579mantisbtbugtrackerpublic2016-08-28 01:12
Reportercproensa Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0 
Target Version1.3.1Fixed in Version1.3.1 
Summary0021579: Error when limit_reporters and complex report_bug_threshold
Description

Fatal error happens when limit_reporters option is ON, and report_bug_threshold is set as an array.

TagsNo tags attached.
Attached Files
Selección_037.png (49,471 bytes)   
Selección_037.png (49,471 bytes)   
Selección_038.png (9,821 bytes)   
Selección_038.png (9,821 bytes)   

Relationships

related to 0021580 closedcproensa in changelog, reporter user can view all bugs when limit_reporters is on 
related to 0021581 closedcproensa Workflow config page can corrupt report_bug_threshold if it's defined as an array 

Related Changesets

MantisBT: master ce3608b7

2016-08-01 13:55

cproensa


Details Diff
Fix comparing threshold as an integer

report_bug_threshold may be an integer or an array, but a check to
see if an access level is "greater than" its value, was assuming
that this threshold was an integer value.

A new function is created to get an integer representation of a
threshold, as the minimum integer value defined in the threshold.

Fixes: 0021579
Affected Issues
0021579
mod - bug_update_page.php Diff File
mod - core/access_api.php Diff File
mod - core/filter_api.php Diff File

MantisBT: master 98b03fde

2016-08-04 19:52

vboctor


Details Diff
Merge remote-tracking branch 'origin/pr/835' Affected Issues
0021579, 0021580, 0021581, 0021582, 0021583
mod - bug_update_page.php Diff File
mod - changelog_page.php Diff File
mod - core/access_api.php Diff File
mod - core/filter_api.php Diff File
mod - manage_config_workflow_page.php Diff File
mod - manage_config_workflow_set.php Diff File