From: lpsolit%gmail.com <> Date: Thu, 19 Oct 2006 23:15:53 +0000 (+0000) Subject: Bug 312876: Make new products non-selectable until they have components - Patch by... X-Git-Tag: bugzilla-2.23.4~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5581722e51734285f0ee8581671c27cac3b604c3;p=thirdparty%2Fbugzilla.git Bug 312876: Make new products non-selectable until they have components - Patch by victory(_RSZ_) r=wurblzap a=myk --- diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl index d7b7715fd2..3cc8b7b433 100644 --- a/template/en/default/search/form.html.tmpl +++ b/template/en/default/search/form.html.tmpl @@ -45,7 +45,7 @@ var tms = new Array(); prods[[% nclass FILTER js %]] = [ [% sep = '' %] [%- FOREACH item = c.products -%] - [%- IF user.can_see_product(item.name) -%] + [%- IF user.can_see_product(item.name) && item.components.size -%] [%- sep FILTER js %]'[% item.name FILTER js %]' [%- sep = ',' -%] [%- END -%] @@ -58,7 +58,7 @@ var tms = new Array(); [% n = 0 %] [% FOREACH p = product %] - [% IF Param('useclassification') %] + [% IF Param('useclassification') && p.components.size %] prods['[% p.name FILTER js %]'] = [% n %] [% END %] cpts[[% n %]] = [ @@ -193,9 +193,11 @@ function doOnSelectProduct(selectmode) { diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index e09caca7f1..05c8bd1801 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -74,7 +74,7 @@ for "crash secure SSL flash". [% FOREACH c = classification %] [% FOREACH p = c.products %] - [% IF user.can_see_product(p.name) %] + [% IF user.can_see_product(p.name) && p.components.size %]