View Issue Details

IDProjectCategoryView StatusLast Update
0032750mantisbtadministrationpublic2023-07-17 14:56
Reporterhejizow Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
OSRedhatOS Version7.9 
Product Version2.22.0 
Summary0032750: Abablity to make private notes
Description

Hello,

I am trying to allow to make privates notes to people which are not administrator.

I've found the $g_bugnote_user_change_view_state_threshold options but I don't really understand how does it work or it bugs.
I have tried with adding $g_bugnote_user_change_view_state_threshold = MANAGER; or $g_bugnote_user_change_view_state_threshold = ON/OFF; in config_inc.php.

But nothing changes.

Thanks.

Steps To Reproduce

go into config_inc.php

add $g_bugnote_user_change_view_state_threshold = MANAGER;

Go on one ticket with manager rights and chek if there is a notchable case.

TagsNo tags attached.

Activities

atrol

atrol

2023-07-06 16:29

developer   ~0067875

$g_bugnote_user_change_view_state_threshold = MANAGER

Default setting is based on setting $g_change_view_status_threshold, so it's UPDATER, so it should work out of the box for you.

$g_bugnote_user_change_view_state_threshold = ON/OFF

Does not make sense, an access level should be used.

You might have set the option in database via page Manage > Configuration > Workflow Thresholds
The settings of this page override the value in config_inc.php

hejizow,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).