From 7440e119a8dd9c898d7039c9ed6b5154411e6b21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 31 Mar 2018 00:57:34 +0200 Subject: [PATCH] Product-only: - are not processed when the view is rendered but when "constructed" - therefore EL expressions cannot reference only "static" data, not data that will be dynamically provided MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../generic_product/admin_generic_product_list.xhtml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/admin/generic_product/admin_generic_product_list.xhtml b/web/admin/generic_product/admin_generic_product_list.xhtml index d32e6cf2..e6f81fad 100644 --- a/web/admin/generic_product/admin_generic_product_list.xhtml +++ b/web/admin/generic_product/admin_generic_product_list.xhtml @@ -195,17 +195,19 @@ - + + - + + - + -- 2.39.5