View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007018 | OXID eShop B2B Edition | B2B edition - sub | public | 2019-08-14 14:02 | 2024-06-12 13:38 |
Reporter | lambreva | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.1.0 | ||||
Summary | 0007018: Different detailed views for approval and scheduled orders | ||||
Description | When you open detail pages of scheduled order and approval procedure you can see that the status-bar of the approval procedure is missing though in list view there is status-bar. - Scheduled orders list view: have status-bar - Approval procedure list view: have status-bar - Scheduled orders detailed view: have status-bar - Approval procedure detailed view: missing status-bar Also when we click on a scheduled order the status is not colored in the status-bar and the user don't know what is the status of the currently opened scheduled order. | ||||
Steps To Reproduce | 1. Install b2b module with demodata. 2. Create scheduled order. 3. Create approval procedure 4. Open in different tabs detailed views of scheduled order and approval procedure 5. You will see that the approval procedure does not have status-bar | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
|
Scheduled orders - In order to fix showing the status when the user is in detail page apply this change: [{include file="b2b_scheduled_orders_submenu.tpl" iStatus=$status}] in views/b2b_scheduled_orders_details.tpl file (line 17) |
|
Fixed with https://github.com/OXID-eSales/b2b-scheduled-orders-module/commit/fd1f776bc703d70499151269d86d2330b0fdfb50 in v4.1.0 |