Ignore:
Timestamp:
Mar 25, 2009, 4:26:43 AM (15 years ago)
Author:
gav
Message:

More detailing on Task and Entry. Added another authorisation ROLE_Manager and view to go with it. Work on PersonController? delete action.

File:
1 edited

Legend:

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

    r69 r91  
    2323    static constraints = {
    2424        targetStartDate()
    25         description(blank:false,maxSize:50)
     25        description(blank:false,maxSize:75)
    2626        leadPerson()
    2727        taskPriority()
Note: See TracChangeset for help on using the changeset viewer.