Opened 15 years ago
Closed 15 years ago
#64 closed defect (fixed)
Task search returns duplicate records during pagination in some circumstances
Reported by: | Gavin | Owned by: | Gavin |
---|---|---|---|
Priority: | major | Milestone: | 0.5 - Functionality and Stability |
Component: | gnuMims - application general | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
This only occurs with the following conditions:
- When not using MySQL or HSQL (i.e. using MSSQL)
- When hibernate criteria builder is in use.
- When sorting by the attentionFlag column.
The filterPane plugin and some of the quick searches were using the criteria builder.
Change History (2)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Change quick searches to use HQL. Prevent sorting by attentionFlag column when using filter pane.