You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Daniel Watford (Jira)" <ji...@apache.org> on 2020/11/23 13:13:00 UTC

[jira] [Commented] (OFBIZ-11800) Adjustment of accounting to provide simplified uris

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

Daniel Watford commented on OFBIZ-11800:
----------------------------------------

Hi [~pierresmits], I tried out the PR and saw that the accounting component correctly handled URLs without the control path element, however there is a problem that many other ofbiz components have built URLs to the accounting component which still include the control path element, breaking navigation.

Some examples:
 * The top-level navigation menu still includes /control/ in all links.
 * The order manager component has links from orders to invoices which include /control/
 ** Please see the link to the invoice at [https://localhost:8443/ordermgr/control/orderview?orderId=Demo1002]

Can you have the servlet mapping in web.xml forward requests matching /* and /control/* to the control servlet, but deprecate usage of /control/* and log that a link has been followed to a deprecated path? That way ofbiz should continue to be navigable while all components are gradually updated.

> Adjustment of accounting to provide simplified uris
> ---------------------------------------------------
>
>                 Key: OFBIZ-11800
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11800
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>            Assignee: Pierre Smits
>            Priority: Major
>              Labels: refactoring, usability
>
> apply functions to provide simplified uris and cleanup of widgets and templates in accounting where /control/ is applied.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)