Ignore:
Timestamp:
Jun 9, 2010, 11:36:55 AM (14 years ago)
Author:
gav
Message:

Add taskGroup and detail to task search view, as per ticket #65.
New toShortString() to Entry domain class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/Entry.groovy

    r431 r586  
    2525        "${this.comment} - ${this.enteredBy}, ${this.dateDone}"
    2626    }
     27
     28    String toShortString() {
     29        "${enteredBy.firstName} ${enteredBy.lastName} - ${durationHour}h : ${durationMinute}min"
     30    }
    2731}
    2832
Note: See TracChangeset for help on using the changeset viewer.