Ignore:
Timestamp:
Nov 4, 2009, 2:47:47 PM (14 years ago)
Author:
gav
Message:

Add support for taskModification audit/change log, the create and update modifications are complete.
Moved create and update of tasks to taskService.
Small Assset domain class adjustment to prevent blank asset name.
Removed "static scope = 'request'" from services since I don't believe it is required and it limits where the service may be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/DateUtilService.groovy

    r137 r180  
    22
    33    boolean transactional = false
    4     static scope = "request"
    5        
    6         public static Date getToday() {
     4    //static scope = "request"
     5
     6    public static Date getToday() {
    77        return setMidnight(new Date())
    88    }
Note: See TracChangeset for help on using the changeset viewer.