Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022713 | Openbravo ERP | A. Platform | public | 2012-12-31 13:18 | 2013-01-17 11:46 |
|
Reporter | naiaramartinez | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP19 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0022713: Pick/Edit is not working correctly when it is associated to the lines tab instead of to the header |
Description | In Sales Order window there is a pick/edit window asociated to lines. The first time the pick/edit is loaded the data is loaded correctly. In developers tool, in Form Data, you can see data related to the sales order and to the sales order lines.
But, if you try to apply filter to the pick/edit window no data is shown. Moreover, if you open developers tool, in Form Data, you can see data related to Order but not to lines. |
Steps To Reproduce | Go to preference window and create a a new record.
Property: Enable Stock Reservations
Value: Y
Go to Sales Order window:
create a new order.
book it.
Go to lines tab and click in 'Manage reservations' button. Notice that data is loaded. Open Developers tool and notice that in 'form Data' data related to Order and Lines is loaded.
Now in the Pick/Edit pop-up try to add filter, in line no write 20, for instance. Notice that no data is shown. If you open Developer Tools, in Form Data, you will see data related to the Order, but not to the order lines. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0021741 | | closed | AugustoMauch | Pick&Execute under some circumstances is not retrieving the selected record ID |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-12-31 13:18 | naiaramartinez | New Issue | |
2012-12-31 13:18 | naiaramartinez | Assigned To | => AugustoMauch |
2012-12-31 13:18 | naiaramartinez | Modules | => Core |
2012-12-31 13:18 | naiaramartinez | OBNetwork customer | => No |
2012-12-31 13:18 | naiaramartinez | Triggers an Emergency Pack | => No |
2013-01-09 12:03 | naiaramartinez | Target Version | => 3.0MP19 |
2013-01-10 11:12 | AugustoMauch | Relationship added | related to 0021741 |
2013-01-10 11:16 | AugustoMauch | Issue Monitored: shankarb | |
2013-01-10 11:16 | AugustoMauch | Review Assigned To | => shankarb |
2013-01-10 11:18 | hgbot | Checkin | |
2013-01-10 11:18 | hgbot | Note Added: 0055450 | |
2013-01-10 11:18 | hgbot | Status | new => resolved |
2013-01-10 11:18 | hgbot | Resolution | open => fixed |
2013-01-10 11:18 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/15c40155a10a8a4dfb06cd810231c3cf5d6a7bf7 [^] |
2013-01-10 20:31 | hudsonbot | Checkin | |
2013-01-10 20:31 | hudsonbot | Note Added: 0055474 | |
2013-01-11 07:40 | shankarb | Note Added: 0055476 | |
2013-01-11 07:40 | shankarb | Status | resolved => closed |
2013-01-11 07:40 | shankarb | Fixed in Version | => pi |
2013-01-17 11:46 | alostale | Note Added: 0055558 | |
Notes |
|
(0055450)
|
hgbot
|
2013-01-10 11:18
|
|
Repository: erp/devel/pi
Changeset: 15c40155a10a8a4dfb06cd810231c3cf5d6a7bf7
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Thu Jan 10 11:14:44 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/15c40155a10a8a4dfb06cd810231c3cf5d6a7bf7 [^]
Fixes issue 22713: P&E windows works well even if defined on a not header tab
The root cause of the issue is that the P&E grid was using the header tab when retrieving the context, when it should be fetching it from the view there the P&E grid is defined. This view is stored in the P&E view as the buttonOwnerView.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
---
|
|
|
|
|
|
(0055476)
|
shankarb
|
2013-01-11 07:40
|
|
Code Reviewed and tested in pi changeset 6643d4586bf2 |
|
|
|
test plan: Communit-6878:Correct filtering in subtabs (issue 22713) |
|