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

Revert task searchCalendar to displaying tasks, the rest of ticket #66 remains and may be shown on another calendar view at a later date.

File:
1 edited

Legend:

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

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