Skip to content
Snippets Groups Projects
Commit 349d32c2 authored by Peter Rotich's avatar Peter Rotich
Browse files

Change number of assignment to 10 before a warning is shown

parent 58014c7c
No related branches found
No related tags found
No related merge requests found
......@@ -475,7 +475,7 @@ if($cfg->showAnsweredTickets()) {
}
if($stats['assigned']) {
if(!$ost->getWarning() && $stats['assigned']>3)
if(!$ost->getWarning() && $stats['assigned']>10)
$ost->setWarning($stats['assigned'].' tickets assigned to you! Do something about it!');
$nav->addSubMenu(array('desc'=>'My Tickets ('.$stats['assigned'].')',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment