Commit 3582c773 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 225854 - only print "Steps to reproduce" when the user has entered some.…

Bug 225854 - only print "Steps to reproduce" when the user has entered some. Patch by buti@gmx.at; r=gerv.
parent a852a93e
......@@ -31,11 +31,12 @@ Build Identifier: [%+ form.buildid %]
[%+ IF form.reproducible != "Choose one..." -%]
Reproducible: [%+ form.reproducible %]
[% END -%]
[% END %]
[%# I can't make TT check for "1.\n2.\n3." so this is not conditional. -%]
[% IF !(form.reproduce_steps.match('^1\.\s+2\.\s+3\.\s+$') || form.reproduce_steps.match('^\s+$')) %]
Steps to Reproduce:
[%+ form.reproduce_steps %]
[% END %]
[% IF form.actual_results -%]
Actual Results:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment