]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Product-only:
authorRoland Häder <roland@mxchange.org>
Fri, 10 Apr 2020 04:11:15 +0000 (06:11 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Apr 2020 04:11:15 +0000 (06:11 +0200)
- 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

Signed-off-by: Roland Häder <roland@mxchange.org>
web/admin/generic_product/admin_generic_product_list.xhtml
web/admin/product_category/admin_product_category_list.xhtml

index 77c97c081642979bb5ade793d0f7db218bb96bc0..bdbd00133b0e7902a28c2a784215ed3b5da49245 100644 (file)
@@ -84,7 +84,7 @@
 
                                <p:ajax
                                        event="rowSelect"
-                                       update=":master:form-list-products:product-details"
+                                       update="form-list-products:product-details"
                                        oncomplete="PF('productDialog').show()"
                                        />
 
                                                        type="submit"
                                                        value="#{product.BUTTON_ADMIN_ADD_GENERIC_PRODUCT}"
                                                        action="#{adminGenericProductActionController.addProduct()}"
-                                                       update=":master:form-list-products:productList"
+                                                       update="form-list-products:productList"
                                                        />
                                        </p:panelGrid>
                                </f:facet>
index 4dc6d579a7c6c4573bfde3ea60133625de9d2b9b..8e0c0dc9989eb759d6bdf1519e3bb9b03a3a5c76 100644 (file)
@@ -84,7 +84,7 @@
 
                                <p:ajax
                                        event="rowSelect"
-                                       update=":master:form-list-categories:category-details"
+                                       update="form-list-categories:category-details"
                                        oncomplete="PF('categoryDialog').show()"
                                        />
 
                                                        type="submit"
                                                        value="#{product.BUTTON_ADMIN_ADD_PRODUCT_CATEGORY}"
                                                        action="#{adminCategoryController.addCategory()}"
-                                                       update=":master:form-list-categories:categoryList"
+                                                       update="form-list-categories:categoryList"
                                                        />
                                        </p:panelGrid>
                                </f:facet>