Ignore:
Timestamp:
Mar 30, 2010, 10:01:10 PM (14 years ago)
Author:
gav
Message:

Add inventory item purchase search view and logic.

File:
1 edited

Legend:

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

    r465 r468  
    4040            params.max = session.taskSearchParamsMax
    4141
    42         // TaskSearchService protects itself but filterPane does not.
     42        // Protect filterPane.
    4343        params.max = Math.min( params.max ? params.max.toInteger() : 10,  1000 )
    4444
Note: See TracChangeset for help on using the changeset viewer.