The following commit has been merged in the master branch:
commit 8afddfb97e7c4ebc3b33bc23bb2de26d061e18ca
Author: Andreas Tille <[email protected]>
Date:   Sat Jul 27 12:45:36 2013 +0200

    Make sure we do not try to print severitysummary of done bugs

diff --git a/webtools/templates/bugs_udd.xhtml 
b/webtools/templates/bugs_udd.xhtml
index f2232af..b0930c8 100644
--- a/webtools/templates/bugs_udd.xhtml
+++ b/webtools/templates/bugs_udd.xhtml
@@ -88,7 +88,7 @@
       <span py:choose="">
        <span py:when="bugs_data[task][status] != {}">
          <h2>${headings[category[status]]}</h2>
-            <div class="severitylist" 
py:if="bugs_data[task][status]['severitysummary'] != ''">
+            <div class="severitylist" py:if="status != 'done' and 
bugs_data[task][status]['severitysummary'] != ''">
                 ${bugs_data[task][status]['severitysummary']}
            </div>
 <!--

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to