Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0002920 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] B. User interface | minor | always | 2008-04-22 10:41 | 2008-06-12 09:43 | |||
Reporter | user71 | View Status | public | |||||
Assigned To | user71 | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | 0002920: Grid repeats the same record in the 60th record | |||||||
Description | 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):pageSize))); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0003605) user71 2008-04-29 18:49 edited on: 2008-06-12 09:25 |
Logged In: YES user_id=1964080 Originator: NO It happens only in ORACLE |
(0003606) user71 2008-05-06 12:20 edited on: 2008-06-12 09:25 |
Logged In: YES user_id=1964080 Originator: NO Fixed since revision 3948 Branch: trunk - Change range in dataGrids [start <= rownum <= end] into [start + 1 <= rownum <= end] to work like postgres |
(0006509) user71 2005-06-01 00:00 edited on: 2008-06-12 09:43 |
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis. You can see the original bug report in: https://sourceforge.net/support/tracker.php?aid=1948555 [^] |
Copyright © 2000 - 2009 MantisBT Group |