Upload attachment in bugnote for viewers [v2.23.0]
Posted: 09 Mar 2022, 11:29
Hello,
We are deploying Mantis application in our organisation and face an issue: users with viewer rights cannot upload bugnotes on an issue they have not created, no matter if it is a Public or Private. The "Upload Files" box on bugnotes is not available for them. When they are the creator of the issue, it is working fine.
We've read a few threads on this issue and even though it seems similar, we haven't found a solution to our problem yet :
https://www.mantisbt.org/forums/viewtop ... ach#p69470
https://www.mantisbt.org/bugs/view.php?id=22817
General config we didn't touch :
$g_upload_bug_file_threshold=REPORTER
$g_allow_reporter_upload =ON
Our config :
$g_default_project_view_status = VS_PRIVATE;
$g_default_bug_view_status = VS_PRIVATE;
$g_access_levels_enum_string = '10:viewer,55:developer,70:manager,90:administrator';
We tried the following :
1) -> Didn't work
$g_default_bug_view_status = VS_PUBLIC; (back to default setting)
2) -> Didn't work
$g_upload_bug_file_threshold=VIEWER;
3) -> Didn't work
$g_default_bug_view_status = VS_PUBLIC;
$g_upload_bug_file_threshold=VIEWER;
4) -> Didn't work even though we thought this was a clever idea !
$g_allow_viewer_upload = ON
We have the feeling that it is linked to below configuration :
Any clever idea ?
Thanks for your help !
We are deploying Mantis application in our organisation and face an issue: users with viewer rights cannot upload bugnotes on an issue they have not created, no matter if it is a Public or Private. The "Upload Files" box on bugnotes is not available for them. When they are the creator of the issue, it is working fine.
We've read a few threads on this issue and even though it seems similar, we haven't found a solution to our problem yet :
https://www.mantisbt.org/forums/viewtop ... ach#p69470
https://www.mantisbt.org/bugs/view.php?id=22817
General config we didn't touch :
$g_upload_bug_file_threshold=REPORTER
$g_allow_reporter_upload =ON
Our config :
$g_default_project_view_status = VS_PRIVATE;
$g_default_bug_view_status = VS_PRIVATE;
$g_access_levels_enum_string = '10:viewer,55:developer,70:manager,90:administrator';
We tried the following :
1) -> Didn't work
$g_default_bug_view_status = VS_PUBLIC; (back to default setting)
2) -> Didn't work
$g_upload_bug_file_threshold=VIEWER;
3) -> Didn't work
$g_default_bug_view_status = VS_PUBLIC;
$g_upload_bug_file_threshold=VIEWER;
4) -> Didn't work even though we thought this was a clever idea !
$g_allow_viewer_upload = ON
We have the feeling that it is linked to below configuration :
Any clever idea ?
Thanks for your help !