View Issue Details

IDProjectCategoryView StatusLast Update
0021576mantisbtcustomizationpublic2016-10-26 02:02
Reportercproensa Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version1.3.0 
Summary0021576: option move_bug_threshold is only valid for "all projects"
Description

Is there any reason for option "move_bug_threshold" to be only valid for "all projects"?

Currently we are checking: user has access level (for bug) defined by this option, AND, user can report bugs in target project.

<pre>
if( access_has_bug_level( config_get( 'move_bug_threshold' ), $t_bug_id ) &&
access_has_project_level( config_get( 'report_bug_threshold', null, null, $f_project_id ), $f_project_id ) )
</pre>

Seems like with these checks, the option could work fine on per-project configuration.

TagsNo tags attached.

Activities

atrol

atrol

2016-10-26 02:02

developer   ~0054345

Just had a user asking for it http://www.mantisbt.org/forums/viewtopic.php?f=3&amp;t=24135

Seems like with these checks, the option could work fine on per-project configuration.

I also don't see any reason at the moment why we check for ALL_PROJECTS