source: trunk/grails-app/services/TaskService.groovy @ 137

Last change on this file since 137 was 137, checked in by gav, 15 years ago

Update to grails-1.1.1 release.
Fix WorkDone? and Fault entries not showing after update, now using criteria.
Work on TaskRecurringSchedule, add DateUtilService class, regenerate views to suite.
Finally have correct rollback behaviour on TaskRecurringSchedule? domain object updates by using transactions.
Added name to copyright since the license has no meaning without it.

File size: 175 bytes
Line 
1class TaskService {
2
3    boolean transactional = true
4    static scope = "request"
5
6        def dateUtilService
7
8    def taskDates(taskInstance, params) {
9                println "yes"
10               
11    }
12
13}
Note: See TracBrowser for help on using the repository browser.