Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022582
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2012-12-14 12:422013-01-28 17:19
ReporterngarciaView Statuspublic 
Assigned Toshankarb 
PriorityhighResolutionfixedFixed in Version3.0MP20
StatusclosedFix in branchFixed in SCM revisiona6e2bad672e7
ProjectionnoneETAnoneTarget Version3.0MP20
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned ToAugustoMauch
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0022582: In P&E windows the allRows property does not return anything if the grid is filtered

DescriptionIn Pick and Execute windows the allRows property does not return anything if the grid is filtered
Steps To ReproduceAs 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 SolutionIn 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;
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0055697)
shankarb (reporter)
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 (developer)
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 (manager)
2013-01-28 17:19

Code reviewed and verified in pi@e035b2855377

- 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 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
Powered by Mantis Bugtracker