Indefero

Indefero Commit Details


Date:2012-04-13 05:46:50 (13 years 20 days ago)
Author:Simon Holywell
Branch:develop
Commit:120101c4dfd95dbef412eb879adcca6704cb2d9a
Parents: b9c3ee1a09a0b365fc2d526bc22977932191f14d
Message:Issue #11 Filtering by tickets that are not overdue not possible from the list views

Changes:

File differences

src/IDF/Views/Issue.php
132132
133133
134134
135
136135
137136
138137
                $duedateStatistics = array();
                if($combined_opened > 0) {
                    $duedateStatistics['Overdue'] = array($overdue, (int)(100 * $overdue / $combined_opened), 'Overdue');
                    $duedateStatistics['Undue'] = array($undue, (int)(100 * $undue / $combined_opened), 'Undue');
                }
                // Issue class tag statistics

Archive Download the corresponding diff file

Page rendered in 0.35226s using 14 queries.