[Libreoffice-commits] .: bug/subcomponents.xsl
Loic Dachary
loic at kemper.freedesktop.org
Wed Sep 14 06:08:30 PDT 2011
bug/subcomponents.xsl | 1 +
1 file changed, 1 insertion(+)
New commits:
commit c3c1e2986b38261fbf3a475f9dfe27cf99244010
Author: Loic Dachary <loic at dachary.org>
Date: Wed Sep 14 15:08:18 2011 +0200
Reporter should be encouraged to select a Subcomponent, what will ease queries very much. But it's not mandatory, we only have subcomponents for most of bug types, not for all. Currently you can't continue in the Assistant without a selected Subcomponent, so we need an additional seelction none or similar, what will not add any key word to the subject line, but allow to continue. Related selectoin on BugReport_Details always is "for all other problems". -- Rainer Bielefeld 2011-09-10T19:42:42 (CEST)
diff --git a/bug/subcomponents.xsl b/bug/subcomponents.xsl
index fbb3130..f5bb96d 100644
--- a/bug/subcomponents.xsl
+++ b/bug/subcomponents.xsl
@@ -9,6 +9,7 @@
<xsl:attribute name="class"><xsl:value-of select="translate(translate(*[position()=1],' ','_')," ",'_')" /></xsl:attribute>
<select class="subcomponent" name="short_desc">
<option selected='selected' value=''>(chose one)</option>
+ <option value=''>(all other problems)</option>
<xsl:apply-templates select="descendant::*[contains(@class,'search')]"/>
</select>
</xsl:element>
More information about the Libreoffice-commits
mailing list