Ignore:
Timestamp:
Feb 21, 2011, 5:41:37 PM (13 years ago)
Author:
gav
Message:

Sort MaintenanceActions at create and update time.

File:
1 edited

Legend:

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

    r809 r812  
    177177    }
    178178
     179    def listMaintenanceActions = {
     180        def l = []
     181        MaintenanceAction.list().each {
     182            println "$it.id - $it.procedureStepNumber, $it.description, $it.pageRef"
     183        }
     184        render "Done"
     185    }
     186
    179187}
Note: See TracChangeset for help on using the changeset viewer.