Ignore:
Timestamp:
Apr 12, 2010, 12:00:04 PM (14 years ago)
Author:
gav
Message:

Improvements to task search logic, especially 'my' tasks.

File:
1 edited

Legend:

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

    r476 r479  
    1515                                        params="[quickSearch: 'myTodays']">
    1616                                        Today
    17                         </g:link>
     17                        </g:link> - Approved tasks where I am the lead or have been assigned.
    1818                        <br />
    1919                        <g:link controller="taskDetailed"
     
    4646                                        params="[quickSearch: 'todays']">
    4747                                        Today
    48                         </g:link>
     48                        </g:link> - All tasks that are not in the trash.
    4949                        <br />
    5050                        <g:link controller="taskDetailed"
     
    7070                                        params="[quickSearch: 'plannersRange']">
    7171                                        Planners Range
    72                         </g:link>
     72                        </g:link> - Tasks in the past week and two weeks ahead.
    7373                    </td>
    7474                </tr>
     
    8383                                        params="[quickSearch: 'budgetPlanned']">
    8484                                        Planned Tasks
    85                         </g:link>
     85                        </g:link> - Task with budget status of Planned, in the past week.
    8686                        <br />
    8787                        <g:link controller="taskDetailed"
Note: See TracChangeset for help on using the changeset viewer.