Hi to all,
Does anyone knows how to allow a reporter to add someone who is a viewer to monitor an issue?
There is no field to add a user to monitor.
Also, I try to add viewers to receive reminders but when i try to Update Configuration, if i go to configuration the box on viewer is unchecked.
Thank you
Monitor an Issue
Moderators: Developer, Contributor
Re: Monitor an Issue
Enable the checkbox for "Monitor an issue" for "Viewers" on the configuration page andbloodlessz wrote: Does anyone knows how to allow a reporter to add someone who is a viewer to monitor an issue?
add the following line to file config_inc.php
Code: Select all
$g_monitor_add_others_bug_threshold = REPORTER;I fixed this just yesterday http://www.mantisbt.org/bugs/view.php?id=16120bloodlessz wrote: Also, I try to add viewers to receive reminders but when i try to Update Configuration, if i go to configuration the box on viewer is unchecked.
You can
a) wait until 1.2.16 is released (at the moment no idea when it will be) or
b) use a nightly build http://www.mantisbt.org/builds or
c) apply the patch from https://github.com/mantisbt/mantisbt/co ... 0b07d4ed80
-
bloodlessz
- Posts: 5
- Joined: 28 Sep 2012, 07:41
Re: Monitor an Issue
This is what i want.
Thank you atrol
Thank you atrol