Actually fix the bug...
This commit is contained in:
Родитель
834eade548
Коммит
e23890d591
|
@ -98,7 +98,7 @@ foreach my $curtestid (@tests) {
|
|||
# configuration and we're not doing the
|
||||
# simpletest interface, then we make you enter it
|
||||
$sysconfig = $sysconfig || Litmus::SysConfig->getCookie(
|
||||
Litmus::DB::Product->retrieve($c->param("product_$curtestid")));
|
||||
Litmus::DB::Product->retrieve($c->param("product_initial_$curtestid")));
|
||||
if (! $sysconfig && ! $c->param("isSimpleTest")) {
|
||||
# users who don't have a sysconfig for this product
|
||||
# should go configure themselves first:
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
[% END %]
|
||||
<td id="product_text_[% test.testid FILTER html %]">
|
||||
[% test.product.name FILTER html %]</td></tr>
|
||||
<input type="hidden" name="product_[% test.testid FILTER html %]"
|
||||
<input type="hidden" name="product_initial_[% test.testid FILTER html %]"
|
||||
value="[% test.product.productid FILTER html %]">
|
||||
|
||||
<tr><td><div align="right"><strong>Group:</strong></div></td>
|
||||
|
|
Загрузка…
Ссылка в новой задаче