Changeset 525


Ignore:
Timestamp:
May 6, 2010, 4:28:03 PM (14 years ago)
Author:
gav
Message:

Default task search results per page to 100.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/controllers/TaskDetailedController.groovy

    r516 r525  
    5858
    5959        // Protect filterPane.
    60         params.max = Math.min( params.max ? params.max.toInteger() : 20,  1000 )
     60        params.max = Math.min( params.max ? params.max.toInteger() : 100,  1000 )
    6161
    6262        def taskInstanceList = []
Note: See TracChangeset for help on using the changeset viewer.