Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0028754 | Openbravo ERP | A. Platform | public | 2015-01-23 13:21 | 2015-03-09 09:51 |
|
Reporter | jecharri | |
Assigned To | AugustoMauch | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 33400 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0028754: Picking window grid is not sending the line context to the ERP |
Description | Picking window grid is not sending the line context to the ERP |
Steps To Reproduce | -Login as System
-Go to window "RFC P/E Lines" and set product field editable
-Logout and login as Admin
-Go to return from customer window
-Create a header
-Press in pick/edit lines
-Open developer tools
-Go to network tab
-Select a line in the pick and edit window and open the product dropdown. Verify that in the request done to the ERP the context about the selected line in pick and edit window is not included, so the dropdown cannot use that info in validations. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-01-23 13:21 | jecharri | New Issue | |
2015-01-23 13:21 | jecharri | Assigned To | => AugustoMauch |
2015-01-23 13:21 | jecharri | OBNetwork customer | => Yes |
2015-01-23 13:21 | jecharri | Web browser | => Google Chrome |
2015-01-23 13:21 | jecharri | Modules | => Core |
2015-01-23 13:21 | jecharri | Support ticket | => 33400 |
2015-01-23 13:21 | jecharri | Resolution time | => 1426806000 |
2015-01-23 13:21 | jecharri | Triggers an Emergency Pack | => No |
2015-01-29 10:28 | alostale | Status | new => scheduled |
2015-01-29 10:28 | alostale | fix_in_branch | => pi |
2015-01-30 08:48 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2015-01-30 08:48 | AugustoMauch | fix_in_branch | pi => |
2015-01-30 08:48 | AugustoMauch | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=7562#r7562 |
2015-03-02 11:10 | AugustoMauch | Issue Monitored: alostale | |
2015-03-02 11:11 | AugustoMauch | Review Assigned To | => alostale |
2015-03-02 11:11 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2015-03-02 11:12 | hgbot | Checkin | |
2015-03-02 11:12 | hgbot | Note Added: 0075067 | |
2015-03-02 11:12 | hgbot | Status | scheduled => resolved |
2015-03-02 11:12 | hgbot | Resolution | open => fixed |
2015-03-02 11:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/fc4236ca4ff77b1e6ea780ea720552bdcddbd4df [^] |
2015-03-02 11:13 | AugustoMauch | Note Added: 0075068 | |
2015-03-02 20:31 | hudsonbot | Checkin | |
2015-03-02 20:31 | hudsonbot | Note Added: 0075110 | |
2015-03-09 09:51 | alostale | Note Added: 0075297 | |
2015-03-09 09:51 | alostale | Status | resolved => closed |
2015-03-09 09:51 | alostale | Fixed in Version | => 3.0PR15Q2 |
Notes |
|
(0075067)
|
hgbot
|
2015-03-02 11:12
|
|
Repository: erp/devel/pi
Changeset: fc4236ca4ff77b1e6ea780ea720552bdcddbd4df
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Mar 02 10:56:15 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fc4236ca4ff77b1e6ea780ea720552bdcddbd4df [^]
Fixes issue 28754: Context info is properly sent for selectors in P&E grids
The problem was that when a selector drop down was open in a P&E window, the context info sent to the datasource did not include any info of the record being edited. This made impossible to include in the selector a validation based on other fields of the P&E window.
To fix this, the OBSelectorItem.prepareDSRequest function has been updated. Now that function detects if the selector belongs to a P&E grid, and if so it adds to the datasource request params the context info of the record being edited.
---
M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js
---
|
|
|
|
Tested in selectors used:
- As fields in standard grid/forms
- As parameters in parameter windows
- As columns in pick and execute grids |
|
|
|
|
|
|
|