]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Don't cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 10 Apr 2020 04:12:46 +0000 (06:12 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 10 Apr 2020 04:12:46 +0000 (06:12 +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/financial/receipt/admin_receipt_list.xhtml
web/admin/financial/receipt_item/admin_receipt_item_list.xhtml

index 5a543a817d6862a7f4f5a121693f7047fa8d56d4..f05185434a03b592826219f03cd3931d1aa0a5f4 100644 (file)
@@ -85,7 +85,7 @@
 
                                <p:ajax
                                        event="rowSelect"
-                                       update=":master:form-list-financial-receipts:receipt-details"
+                                       update="form-list-financial-receipts:receipt-details"
                                        oncomplete="PF('receiptDialog').show()"
                                        />
 
                                                type="submit"
                                                value="#{project.BUTTON_ADMIN_ADD_RECEIPT}"
                                                action="#{adminReceiptActionController.addReceipt()}"
-                                               update=":master:form-list-financial-receipts:receiptList"
+                                               update="form-list-financial-receipts:receiptList"
                                                />
                                </p:panelGrid>
                        </p:panelGrid>
index efcba2bd9e65f836dac729042e430a972cc23bc0..b5d60a1000b89091dcc64e1eb5682a274a390e4e 100644 (file)
@@ -86,7 +86,7 @@
 
                                <p:ajax
                                        event="rowSelect"
-                                       update=":master:form-list-financial-receipt-items:receipt-item-details"
+                                       update="form-list-financial-receipt-items:receipt-item-details"
                                        oncomplete="PF('receiptItemDialog').show()"
                                        />
 
                                                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"
                                                />
                                </p:panelGrid>
                        </p:panelGrid>