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 Gavin)

This only occurs with the following conditions:

  1. When not using MySQL or HSQL (i.e. using MSSQL)
  2. When hibernate criteria builder is in use.
  3. 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 Gavin

Description: modified (diff)

comment:2 Changed 15 years ago by Gavin

Resolution: fixed
Status: newclosed

Change quick searches to use HQL. Prevent sorting by attentionFlag column when using filter pane.

Note: See TracTickets for help on using tickets.