View Issue Details

IDProjectCategoryView StatusLast Update
0021581mantisbtcustomizationpublic2016-08-30 20:26
Reportercproensa Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.0 
Target Version1.3.1Fixed in Version1.3.1 
Summary0021581: Workflow config page can corrupt report_bug_threshold if it's defined as an array
Description

In workflow transitions configuration page, the "Minimum Access Level to
Change to this Status", for bug submitted status, is linked to the
report_bug_threshold option.
If the threshold is configured as an array, the dropdown select does not show the correct value, and updating the page will overwrite the original value for report_bug_threshold.

TagsNo tags attached.

Relationships

related to 0021579 closedcproensa Error when limit_reporters and complex report_bug_threshold 
related to 0021655 closedcproensa Workflow config page can corrupt set_status_threshold with array thresholds 
related to 0021656 closedcproensa set_status_threshold config is not deleted if is same as parent 

Related Changesets

MantisBT: master 083ae280

2016-08-01 15:37

cproensa


Details Diff
Fix Workflow config to acount for complex thresholds

In workflow transitions configuration page, the "Minimum Access Level to
Change to this Status", for bug submitted status, is linked to the
report_bug_threshold option.
If the threshold is configured as an array, the simple dropdown select
cant be used to represent or modify this value, so don't allow it to be
editable.

Fixes: 0021581
Affected Issues
0021581
mod - manage_config_workflow_page.php Diff File
mod - manage_config_workflow_set.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