[
https://issues.apache.org/jira/browse/OFBIZ-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558316#action_12558316
]
Jacques Le Roux commented on OFBIZ-1533:
----------------------------------------
Hi Raj,
I have just tested your trunk patch. For me it's better than before : at least
it produces something usable !
At this stage it needs more work. Not in your patch but in the part that
generates the content of mail. So I will commit it soon if nobody complains.
Changes to do :
The URL to view the order is now something like
https://192.168.2.4:28080/ordermgr/control/orderstatus;jsessionid=7CDCC8AA36C2EC35B29A3D162AB92AAF.jvm1?orderId=WSCO1000
and it should be something like
https://192.168.2.4:28443/ecommerce/control/orderstatus?orderId=WSCO10000
I'm not sure we want to put a link to the product so there should be no link
like
<a href="/ordermgr/control/product?product_id=WG-5569"
class="linktext">WG-5569 - Tiny Chrome Widget</a>
but only
WG-5569 - Tiny Chrome Widget
I did not review, nor tested the branch patch yet.
> Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to
> view" message while sending email confirmation from order manager
> ---------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-1533
> URL: https://issues.apache.org/jira/browse/OFBIZ-1533
> Project: OFBiz
> Issue Type: Bug
> Components: order
> Affects Versions: SVN trunk, Release Branch 4.0
> Environment: Ubuntu 7.10
> Reporter: Raj Saini
> Assignee: Jacques Le Roux
> Priority: Minor
> Attachments: orderstatus.bsh-trunk.patch,
> orderstatus.bsh.branch-4.0.patch
>
>
> order lookup fails and following messages, while sending email confirmation
> from the order manager for orders created through the e-commerce or the order
> entry.
> "Order not found with ID [XXXXX], or not allowed to view" where [XXXXX] is
> the order id.
> How to reproduce:
> 1. Create an order form e-commerce by logging in (as registered user).
> 2. Goto the order manager and login with FULLADMIN or ORDERADMIN security
> group permission.
> 3. Lookup the newly created order.
> 4. Click on the send confirmation button in the top right area of the order
> screen.
> 5. It will open up a window with the email text. Email text shows the above
> message instead of actual order confirmation html.
> 6. You can repeat the above by creating an order from Order Entry as well.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.