View Issue Details

IDProjectCategoryView StatusLast Update
0010637mantisbttaggingpublic2020-11-01 05:01
Reporterkrejcim Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.1.8 
Summary0010637: Option Attach Tags in View Issues page
Description

On view_all_bug_page is still available option Attach Tags, but I disable using a tags in config.inc, why?

Steps To Reproduce

Go to view_all_bug_page.php. Options in list box are showed always independently on configuration.

Additional Information

config.inc:
$g_tag_view_threshold = NOBODY;
$g_tag_attach_threshold = NOBODY;
$g_tag_detach_threshold = NOBODY;
$g_tag_detach_own_threshold = NOBODY;
$g_tag_create_threshold = NOBODY;
$g_tag_edit_threshold = NOBODY;
$g_tag_edit_own_threshold = NOBODY;

TagsNo tags attached.

Relationships

related to 0011481 closeddhx Confusing combo on View Issue page 

Activities

jreese

jreese

2009-06-29 09:50

reporter   ~0022306

This is currently a problem with more than just tags. Most of the action group items do not check that the user has appropriate access levels before showing the options. However, even if it is shown, the user is not allowed to perform those actions without meeting the required access levels. Basically, this is a matter of improving the action group logic to hide options if they are not available to the user.

krejcim

krejcim

2009-06-29 10:33

reporter   ~0022307

Yes, I am agree.
It's suggestion for improve in next versions :)

atrol

atrol

2020-10-17 12:53

developer   ~0064556

Fixed since many years, see related 0011481