Details
Description
When looking at the source of a screen in the browser, various references to xml and ftl objects are shown.
However, some references to form widgets are not shown.
As an example in screen InvoiceOveriew in InvoiceScreens.xml following is included:
<screenlet title="${uiLabelMap.AccountingInvoiceItems}" navigation-form-name="InvoiceItems"> <include-form name="InvoiceItems" location="component://accounting/widget/InvoiceForms.xml"/> </screenlet>
However the reference to the form 'InvoiceItems' isn't shown in the browser. See view-source:https://demo-trunk.ofbiz.apache.org/accounting/control/invoiceOverview?invoiceId=demo10002