diff --git a/src/IDF/Views/Issue.php b/src/IDF/Views/Issue.php index 9fd7228..37a31e0 100644 --- a/src/IDF/Views/Issue.php +++ b/src/IDF/Views/Issue.php @@ -1054,7 +1054,8 @@ function IDF_Views_Issue_SummaryAndLabels($field, $issue, $extra='') $s = ''.__('On your watch list.').' '; } $out = ''; - if('' != $issue->due_dtime and (time() >= strtotime($issue->due_dtime))) { + if('' != $issue->due_dtime and (time() >= strtotime($issue->due_dtime)) + and in_array($issue->status, $issue->get_project()->getTagIdsByStatus('open'))) { $out = ' overdue'; } if (count($tags)) {