Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0003697 | Openbravo ERP | B. User interface | public | 2008-04-29 18:54 | 2008-06-12 09:44 | |||||||
Reporter | user71 | |||||||||||
Assigned To | user71 | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | 2.35MP4 | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | ||||||||||||
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 | 0003697: Grid repeats the same record in the 60th record | |||||||||||
Description | If a window has more than 60 records, the 60th record is repeated. It shows the same record for the 60th and 61st. And it is not possible to edit the second one (the repeated one). Environment: Openbravo 2.35MP1 Oracle FF2 Steps: 1.Go to Dictionary Application > Tables and columns. 2.Go to the 60th record. It appears duplicated. Note: In DataGrid.java line data = execquery.select(offset,pageSize); should be replaced by this data = execquery.select((offset!=0?(offset+1):offset),((offset!=0?(pageSize-1):pag eSize))); References Bug: 0002920 | |||||||||||
Steps To Reproduce | ||||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|