View Issue Details

IDProjectCategoryView StatusLast Update
0009900mantisbtcustomizationpublic2008-12-16 08:38
ReporterCrooter Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.5 
Target Version1.1.6Fixed in Version1.1.6 
Summary0009900: Allowing update issue status disables the function to administrator
Description

If in a project configuration workflow thresholds reporter is allowed to update issue status, then "Change status to.." is disabled even for the project administrator.
Looks like g_update_bug_status_threshold is modified or processed incorrectly.

Additional Information

The same in versions 1.1.2, 1.1.4.

Thresholds:
All Projects update_bug_status_threshold complex

array (
0 => 25,
1 => 55,
2 => 70,
3 => 90,
)

with the extra permissions to reporter

Test project update_bug_status_threshold complex

array (
0 => 25,
1 => 55,
2 => 70,
3 => 90,
)
NB! "Change status to" for an issue disappeared

without (the option disabled back)
Test project update_bug_status_threshold integer 55
NB! "Change status to" for an issue appeared

Workaround: make all reporters developers.

TagsNo tags attached.

Activities

Crooter

Crooter

2008-11-26 03:00

reporter   ~0020062

"Change status to" appears if both reporter and updater are allowed to change an issue status (others - default values). Viewer status doesn't make any changes on the option behavior.

Again, the problem is that the change status button disappears for the administrator of a project.

Crooter

Crooter

2008-11-26 03:00

reporter   ~0020063

Reproduced in 1.2.0a2

thraxisp

thraxisp

2008-12-06 17:44

reporter   ~0020272

Fixed in repo for 1.1.6 and 1.2.x

Related Changesets

MantisBT: master-1.1.x 5cd06bf1

2008-12-06 17:25

thraxisp


Details Diff
fixed bug 9900: Allowing update issue status disables the function to administrator
- incorrect threshold compare used
Affected Issues
0009900
mod - core/print_api.php Diff File

MantisBT: master 639e9cc3

2008-12-06 17:42

thraxisp


Details Diff
fixed bug 9900: Allowing update issue status disables the function to administrator
- incorrect threshold compare used
Affected Issues
0009900
mod - core/print_api.php Diff File