kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Clicking on "orders" tab from order admin view takes to wrong URL #67

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go to GetPaid admin screen and click on "orders" tab
2. Select an order from the order log, click on its ID
3. From the view of the order, click on the "orders" tab again. 
4. Click on an ID from the orders list

What is the expected output? What do you see instead?

This generates a 404 error because the orders tab (second click) took us to
the address: /@@admin-manage-order/475131496/@@manage-getpaid-orders (ie it
added on the view address after the id of the current order being viewed).
Clicking on the orders tab should take us back to /@@admin-manage-order

Original issue reported on code.google.com by cjj.ifpe...@gmail.com on 16 Aug 2007 at 2:40

GoogleCodeExporter commented 8 years ago
repeat of issue #49

Original comment by cjj.ifpe...@gmail.com on 16 Aug 2007 at 2:49