Mantis Bug Tracker
 

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010637mantisbttaggingpublic2009-06-29 03:382009-06-29 10:33
Reporterkrejcim 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformOSOS Version
Product Version1.1.8 
Target Version1.3.xFixed in Version 
Summary0010637: Option Attach Tags in View Issues page
DescriptionOn view_all_bug_page is still available option Attach Tags, but I disable using a tags in config.inc, why?
Steps To ReproduceGo to view_all_bug_page.php. Options in list box are showed always independently on configuration.
Additional Informationconfig.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.
Attached Files

- Relationships

-  Notes
User avatar (0022306)
jreese (administrator)
2009-06-29 09:50

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.
User avatar (0022307)
krejcim (reporter)
2009-06-29 10:33

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

- Issue History
Date Modified Username Field Change
2009-06-29 03:38 krejcim New Issue
2009-06-29 09:50 jreese Note Added: 0022306
2009-06-29 09:50 jreese Status new => acknowledged
2009-06-29 09:50 jreese Target Version => 1.x.x
2009-06-29 10:33 krejcim Note Added: 0022307


MantisBT 1.2.2 git master-1.2.x[^]
Copyright © 2000 - 2010 MantisBT Group
Time: 0.2000 seconds.
memory usage: 1,933 KB
Powered by Mantis Bugtracker