Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 73)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#12 fixed After an update or save sometimes old/stale data/vaules are shown Gavin Gavin
Description

A browser refresh causes the new data to be shown, so the data is persisted but just not fetched in time to show updated values after redirect.

This is not due to query caching, as previously believed. (Higher level caching is on in the global config but still needs to be turned on for each case where it is wanted).

The solution is to add flush:true to save(), implemented in r178 as per http://jira.codehaus.org/browse/GRAILS-5111

#13 fixed Implement audit/changelog using TaskModifications domain Gavin Gavin
Description
  • At least the created modification needs to be implemented and added to the show task view.
  • This link may be some help:

http://hartsock.blogspot.com/2008/04/inside-hibernate-events-and-audit.html

As of r180 the following task modifications are now recorded:

  • Created
  • Started
  • Modified
  • Completed
  • Reopened
  • Trashed
  • Restored
  • Approved
  • Renege approval

Complete as of r190.

#15 fixed Implement the Inventory domain Gavin Gavin
Description

Improve the ERD design and implement the Inventory domain.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.