Ignore:
Timestamp:
Jun 8, 2010, 10:41:21 PM (14 years ago)
Author:
gav
Message:

First draft of displaying work load on task calendar, see ticket #66.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/searchCalendar.gsp

    r570 r585  
    101101                    <br />
    102102
    103                 <richui:calendarMonthView items="${taskInstanceList}"
    104                                                                         createLink="true"
    105                                                                         constraintDateFields="['targetStartDate']"
     103                <richui:calendarMonthView items="${displayList}"
     104                                                                        displayField="text"
     105                                                                        createLink="false"
     106                                                                        constraintDateFields="['date']"
    106107                                                                        month="${showDate}"
    107108                                                                        controller="taskDetailed"
Note: See TracChangeset for help on using the changeset viewer.