Bug 369960 - "Ensure 'steps to reproduce' does not appear when there aren't any (field is blanked out)" [p=justdave/reed r=bkor a=justdave]
git-svn-id: svn://10.0.0.236/trunk@219935 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -37,7 +37,7 @@ Build Identifier: [%+ cgi.param("buildid") %]
|
||||
Reproducible: [%+ cgi.param("reproducible") %]
|
||||
[% END %]
|
||||
|
||||
[% IF !(cgi.param("reproduce_steps").match('^1\.\s+2\.\s+3\.\s+$') || cgi.param("reproduce_steps").match('^\s+$')) %]
|
||||
[% IF !(cgi.param("reproduce_steps").match('^1\.\s+2\.\s+3\.\s+$') || cgi.param("reproduce_steps").match('^\s*$')) %]
|
||||
Steps to Reproduce:
|
||||
[%+ cgi.param("reproduce_steps") %]
|
||||
[% END %]
|
||||
|
||||
Reference in New Issue
Block a user