Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0022582 | Openbravo ERP | A. Platform | public | 2012-12-14 12:42 | 2013-01-28 17:19 |
Reporter | ngarcia | ||||
Assigned To | shankarb | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | 3.0MP20 | Fixed in Version | 3.0MP20 | ||
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; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|