From 8d5160d30e847e6d7163a6e4f76e526cfe8c9d52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 10 Apr 2020 06:11:15 +0200 Subject: [PATCH] Product-only: - updated PrimeFaces 8.0 doesn't have pm:x around? Id references such as ":master:foo:bar" won't work then anymore, but "foo:bar" still does MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- web/admin/generic_product/admin_generic_product_list.xhtml | 4 ++-- web/admin/product_category/admin_product_category_list.xhtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/admin/generic_product/admin_generic_product_list.xhtml b/web/admin/generic_product/admin_generic_product_list.xhtml index 77c97c08..bdbd0013 100644 --- a/web/admin/generic_product/admin_generic_product_list.xhtml +++ b/web/admin/generic_product/admin_generic_product_list.xhtml @@ -84,7 +84,7 @@ @@ -389,7 +389,7 @@ type="submit" value="#{product.BUTTON_ADMIN_ADD_GENERIC_PRODUCT}" action="#{adminGenericProductActionController.addProduct()}" - update=":master:form-list-products:productList" + update="form-list-products:productList" /> diff --git a/web/admin/product_category/admin_product_category_list.xhtml b/web/admin/product_category/admin_product_category_list.xhtml index 4dc6d579..8e0c0dc9 100644 --- a/web/admin/product_category/admin_product_category_list.xhtml +++ b/web/admin/product_category/admin_product_category_list.xhtml @@ -84,7 +84,7 @@ @@ -300,7 +300,7 @@ type="submit" value="#{product.BUTTON_ADMIN_ADD_PRODUCT_CATEGORY}" action="#{adminCategoryController.addCategory()}" - update=":master:form-list-categories:categoryList" + update="form-list-categories:categoryList" /> -- 2.39.5