Reporters in the Send a reminder list

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
sunetjensen
Posts: 5
Joined: 29 Mar 2010, 14:14

Reporters in the Send a reminder list

Post by sunetjensen »

Hi

I would like the users with status of Reporter to be in the list "Send a reminder" (bug_reminder_page.php) (we are working with small closed projects). Is that possible?

/Sune
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Reporters in the Send a reminder list

Post by atrol »

add the following linw to your config_inc.php

$g_reminder_receive_threshold = REPORTER;
Please use Search before posting and read the Manual
sunetjensen
Posts: 5
Joined: 29 Mar 2010, 14:14

SOLVED: Reporters in the Send a reminder list

Post by sunetjensen »

atrol wrote:add the following linw to your config_inc.php

$g_reminder_receive_threshold = REPORTER;
Thanks. That solved the issue :-)
Post Reply