Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 73)

Ticket Resolution Summary Owner Reporter
#27 fixed Task filter does not return any tasks when between is used for dates Gavin
Description

This is possibly a bug in the upstream filter-pane plugin which is marked as closed but seems to be affecting gnuMims.

http://jira.codehaus.org/browse/GRAILSPLUGINS-1320 (Due for inclusion in filterPane-0.6.5) http://jira.codehaus.org/browse/GRAILSPLUGINS-985 (old)

Upstream has indeed fixed this, contributed another fix to allow filterpane plugin to work with Grails-1.2.1 and released a snapshot of the plugin.

Fixed at r361 by upgrading plugin to the newly release 0.6.6-SNAPSHOT.

#64 fixed Task search returns duplicate records during pagination in some circumstances Gavin Gavin
Description

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.

#37 fixed Task should have assigned groups along side assigned persons Gavin Gavin
Description
  • Many assignedGroups may be added to a task.
  • Many assignedPersons may be added to a task.
  • A persons tasks would be every task that they are assigned to and every task that any group that they belong to is assigned to and every task where they are lead person.
  • Record changes to assigned groups as modifications see ticjet #35
  • Allow a targetStartDate for the assigned group? No this would then be better as a sub task.
  • The person groups now have the added benefit of acting as a training/qualification record. Since only persons trained/qualified to be in the group are added to that group.

Implemented in r239, r240, r241, r242, r243, r245.

Note: See TracQuery for help on using queries.