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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0002920
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] B. User interfaceminoralways2008-04-22 10:412008-06-12 09:43
Reporteruser71View Statuspublic 
Assigned Touser71 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0002920: Grid repeats the same record in the 60th record

DescriptionDescription:

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)));
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0003697 closeduser71 Grid repeats the same record in the 60th record 

-  Notes
(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 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker