Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022582 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | always | 2012-12-14 12:42 | 2013-01-28 17:19 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | shankarb | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0MP20 | |||
Status | closed | Fix in branch | Fixed in SCM revision | a6e2bad672e7 | ||||
Projection | none | ETA | none | Target Version | 3.0MP20 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | AugustoMauch | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 18423 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0022582: In P&E windows the allRows property does not return anything if the grid is filtered | |||||||
Description | In Pick and Execute windows the allRows property does not return anything if the grid is filtered | |||||||
Steps To Reproduce | As group admin role: Go to Payment Proposal window and create a new record Click on the Select Expected Payments button Clear the filter and Submit Notice that the allRows property includes allRows Repeat the process by adding a filter Notice that now the allRows property does not have any value | |||||||
Proposed Solution | In the doProcess function of the ob-pick-and-execute-view.js file, replace the following line allRows = grid.data.allRows || grid.data; with the following one allRows = grid.data.allRows || grid.data.localData || grid.data; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0055697) shankarb (viewer) 2013-01-22 08:00 |
Issue ready to be scheduled |
(0055698) hgbot (developer) 2013-01-22 08:04 |
Repository: erp/devel/pi Changeset: a6e2bad672e71b91303e2873fb64d44a1b917b8b Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Tue Jan 22 12:33:19 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/a6e2bad672e71b91303e2873fb64d44a1b917b8b [^] Fixes Issue 0022582: Issue in handling submit with filtered records In Pick and Execute windows the allRows property does not return anything if the grid is filtered. Modified ob-parameter-window-view.js to also take into account localData in case the grid data is not available (as suggested in the issue). --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js --- |
(0055739) hudsonbot (viewer) 2013-01-22 15:33 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/449aae8be624 [^] Maturity status: Test |
(0055921) AugustoMauch (administrator) 2013-01-28 17:19 |
Code reviewed and verified in pi@e035b2855377 |
![]() |
|||
Date Modified | Username | Field | Change |
2012-12-14 12:42 | ngarcia | New Issue | |
2012-12-14 12:42 | ngarcia | Assigned To | => AugustoMauch |
2012-12-14 12:42 | ngarcia | Modules | => Core |
2012-12-14 12:42 | ngarcia | OBNetwork customer | => Yes |
2012-12-14 12:42 | ngarcia | Support ticket | => 18423 |
2012-12-14 12:42 | ngarcia | Resolution time | => 1361746800 |
2012-12-14 12:42 | ngarcia | Triggers an Emergency Pack | => No |
2012-12-14 12:42 | ngarcia | Issue Monitored: networkb | |
2013-01-18 11:37 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-01-22 08:00 | shankarb | Status | new => scheduled |
2013-01-22 08:00 | shankarb | Note Added: 0055697 | |
2013-01-22 08:00 | shankarb | fix_in_branch | => pi |
2013-01-22 08:01 | shankarb | Review Assigned To | => AugustoMauch |
2013-01-22 08:01 | shankarb | fix_in_branch | pi => |
2013-01-22 08:01 | shankarb | Issue Monitored: AugustoMauch | |
2013-01-22 08:04 | hgbot | Checkin | |
2013-01-22 08:04 | hgbot | Note Added: 0055698 | |
2013-01-22 08:04 | hgbot | Status | scheduled => resolved |
2013-01-22 08:04 | hgbot | Resolution | open => fixed |
2013-01-22 08:04 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a6e2bad672e71b91303e2873fb64d44a1b917b8b [^] |
2013-01-22 15:33 | hudsonbot | Checkin | |
2013-01-22 15:33 | hudsonbot | Note Added: 0055739 | |
2013-01-28 17:19 | AugustoMauch | Note Added: 0055921 | |
2013-01-28 17:19 | AugustoMauch | Status | resolved => closed |
2013-01-28 17:19 | AugustoMauch | Fixed in Version | => 3.0MP20 |
Copyright © 2000 - 2009 MantisBT Group |