Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 73)

Ticket Resolution Summary Owner Reporter
#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.

#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

#11 fixed Implement home page view and navigation Gavin Gavin
Description

Implement navigation menus for "Tasks", "Inventory", "Assets" etc For example "Tasks" menu item could have Search, New, Today etc.

Note: See TracQuery for help on using queries.