Changeset 525
- Timestamp:
- May 6, 2010, 4:28:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/TaskDetailedController.groovy
r516 r525 58 58 59 59 // 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 ) 61 61 62 62 def taskInstanceList = []
Note: See TracChangeset
for help on using the changeset viewer.