Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 73)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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.

#75 fixed TODO: rename InventoryItem property 'enableReorder' to 'enableReorderListing' Gavin
#36 fixed Store configuration settings in database Gavin Gavin
Description

Create a new AppConfig class.
The system can record events and configuration settings in this class.

e.g:

Class AppConfig {
    String name
    String value
}

This will be used for recording:

  • Base data created, then can be tested to disable double creation.
  • Demo data created, then can be tested to disable double creation.
  • Date formats.
  • and other configuration settings.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.