[ 
https://issues.apache.org/jira/browse/OFBIZ-13017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17838757#comment-17838757
 ] 

Pierre Smits commented on OFBIZ-13017:
--------------------------------------

I suggest to use Invoice instead of ViewInvoice not only for screen name but 
also for request-map and view-map. 

Let's reserve names with a verb in It for request-maps that invoke services, 
e.g.:
{code:java}
<request-map uri="doSomethingComplexRelatedToInvoice">
 <security https="true" auth="true"/>
 <event type="service" invoke="doSomethingComplexRelatedToInvoice"/>
 <response name="success" type="view" value="Invoice"/>
</request-map>
{code}

> invoiceOverview generates an error
> ----------------------------------
>
>                 Key: OFBIZ-13017
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-13017
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>            Reporter: Pierre Smits
>            Priority: Major
>
> see 
> https://demo-trunk.ofbiz.apache.org/accounting/control/invoiceOverview?invoiceId=demo10001



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to