From: Roland Häder Date: Fri, 10 Apr 2020 04:12:46 +0000 (+0200) Subject: Don't cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e3ce96ee1529e0fcc8552db40eaf2e66166c87f;p=jfinancials-war.git Don't cherry-pick: - 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 --- diff --git a/web/admin/financial/receipt/admin_receipt_list.xhtml b/web/admin/financial/receipt/admin_receipt_list.xhtml index 5a543a81..f0518543 100644 --- a/web/admin/financial/receipt/admin_receipt_list.xhtml +++ b/web/admin/financial/receipt/admin_receipt_list.xhtml @@ -85,7 +85,7 @@ @@ -395,7 +395,7 @@ type="submit" value="#{project.BUTTON_ADMIN_ADD_RECEIPT}" action="#{adminReceiptActionController.addReceipt()}" - update=":master:form-list-financial-receipts:receiptList" + update="form-list-financial-receipts:receiptList" /> diff --git a/web/admin/financial/receipt_item/admin_receipt_item_list.xhtml b/web/admin/financial/receipt_item/admin_receipt_item_list.xhtml index efcba2bd..b5d60a10 100644 --- a/web/admin/financial/receipt_item/admin_receipt_item_list.xhtml +++ b/web/admin/financial/receipt_item/admin_receipt_item_list.xhtml @@ -86,7 +86,7 @@ @@ -355,7 +355,7 @@ type="submit" value="#{project.BUTTON_ADMIN_ADD_RECEIPT_TEM}" action="#{adminReceiptItemController.addReceiptItem()}" - update=":master:form-list-financial-receipt-items:receiptItemList" + update="form-list-financial-receipt-items:receiptItemList" />