Ignore:
Timestamp:
Oct 3, 2009, 4:05:02 PM (15 years ago)
Author:
gav
Message:

Work on TaskSearchService?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/start.gsp

    r143 r144  
    4747                                            <g:link controller="taskDetailed"
    4848                                                            action="search"
    49                                                             params="[searchMyTodays]">
     49                                                            params="[searchMyTodays:'true']">
    5050                                                            Today's
    5151                                            </g:link>
    5252                                            <br />
    5353                                            <g:link controller="taskDetailed"
    54                                                             action="searchMyInTheLastWeek">
     54                                                            action="search"
     55                                                            params="[searchMyInTheLastWeek:'true']">
    5556                                                            In the last week
    5657                                            </g:link>
     
    6970                                            <br />
    7071                                            <g:link controller="taskDetailed"
    71                                                             action="searchInTheLastWeek">
     72                                                            action="search"
     73                                                            params="[searchInTheLastWeek:'true']">
    7274                                                            In the last week
    7375                                            </g:link>
Note: See TracChangeset for help on using the changeset viewer.