[Blends-commit] [SCM] website branch, master, updated. e6e85309ddb533a4157bb546e9e5ceea8ceddecf
Andreas Tille
tille at debian.org
Sat Jul 27 10:52:09 UTC 2013
The following commit has been merged in the master branch:
commit 8afddfb97e7c4ebc3b33bc23bb2de26d061e18ca
Author: Andreas Tille <tille at debian.org>
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
More information about the Blends-commit
mailing list