Ignore:
Timestamp:
Mar 3, 2011, 11:17:40 PM (13 years ago)
Author:
gav
Message:

Update service, controller and view logic to hand Task and Entry highestSeverity.
Also remove associatedAssets from task search panes.

File:
1 edited

Legend:

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

    r713 r838  
    122122                                                                                leadPerson.firstName,
    123123                                                                                taskGroup.name,
    124                                                                                 associatedAssets.name,
     124                                                                                highestSeverity.code,
    125125                                                                                primaryAsset.name,
    126126                                                                                taskStatus.name,
     
    130130                                                                                'leadPerson.firstName':[values: associatedPropertyValues.firstNameList],
    131131                                                                                'taskGroup.name':[values: associatedPropertyValues.taskGroupList],
    132                                                                                 'associatedAssets.name':[values: associatedPropertyValues.assetList],
    133132                                                                                'primaryAsset.name':[values: associatedPropertyValues.assetList],
     133                                                                                'highestSeverity.code':[values: associatedPropertyValues.highestSeverityList],
    134134                                                                                'taskStatus.name':[values: associatedPropertyValues.taskStatusList],
    135135                                                                                'taskType.name':[values: associatedPropertyValues.taskTypeList],
Note: See TracChangeset for help on using the changeset viewer.