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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0003697
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] B. User interfaceminoralways2008-04-29 18:542008-06-12 09:44
Reporteruser71View Statuspublic 
Assigned Touser71 
PrioritynormalResolutionfixedFixed in Version2.35MP4
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

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

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

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0002920 closeduser71 Grid repeats the same record in the 60th record 

-  Notes
(0004146)
user71
2008-05-06 15:05
edited on: 2008-06-12 09:27

Logged In: YES
user_id=1964080
Originator: YES

Fixed since revision 3897 in the branch r2.3x

  - Changed in oracle: "start <= rownum <= end" to "start +1 <= rownum <= end", for work as postgres
(0007286)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:44

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=1954306 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker