[
https://issues.apache.org/jira/browse/OFBIZ-12385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre Smits updated OFBIZ-12385:
---------------------------------
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:
{code:java}
<screenlet title="${uiLabelMap.AccountingInvoiceItems}"
navigation-form-name="InvoiceItems">
<include-form name="InvoiceItems"
location="component://accounting/widget/InvoiceForms.xml"/>
</screenlet> {code}
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
was:
When looking at the source of a screen in the browser, various references to
xml and ftl objects are shown.
However, references to form widgets are not shown.
> webpage source does not show references to form widget
> ------------------------------------------------------
>
> Key: OFBIZ-12385
> URL: https://issues.apache.org/jira/browse/OFBIZ-12385
> Project: OFBiz
> Issue Type: Bug
> Components: themes
> Affects Versions: Trunk
> Reporter: Pierre Smits
> Priority: Major
> Labels: browser, source
>
> 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:
>
> {code:java}
> <screenlet title="${uiLabelMap.AccountingInvoiceItems}"
> navigation-form-name="InvoiceItems">
> <include-form name="InvoiceItems"
> location="component://accounting/widget/InvoiceForms.xml"/>
> </screenlet> {code}
> 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
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)