View Issue Details

IDProjectCategoryView StatusLast Update
0010702mantisbtadministrationpublic2010-04-23 23:22
ReporterPartyM Assigned Todhx  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.0rc1 
Summary0010702: reporters & updaters get access denied when trying to close a resolved issue
Description

the configuration options handle_bug_threshold & roadmap_update_threshold are blocking reporters and updaters form closing a resolved issue

I updated these to 25 to fix the issue, which it did, but they turned on more things that we didn't want, like reporters & updaters being included in the assign to list.

Note this is also affecting reporters and updaters reopening an issue

Steps To Reproduce
  • as a reporter or updater:
    • report an issue
  • have developer or better resolve the issue
  • as the reporter:
    • click the 'Change Status To' next to closed
    • click 'Close Issue'
Additional Information

bug_update.php when trying to set:

  • $t_bug_data->fixed_in_version
  • $t_bug_data->target_version

were failing in core/bug_api.php due to the thresholds on (respectively) being too high:

  • handle_bug_threshold
  • roadmap_update_threshold
TagsNo tags attached.

Relationships

duplicate of 0010647 closeddhx bug_update access denied error when user hasn't got permission to update roadmap 

Activities

SL-Gundam

SL-Gundam

2009-07-29 20:15

reporter   ~0022605

Last edited: 2009-07-29 20:15

This seems to be already fixed here 0010647

dhx

dhx

2009-09-04 10:50

reporter   ~0022875

Indeed this does appear to be the same as the bug I fixed in 0010647

Let me know if there are further problems.

Thanks