Ignore:
Timestamp:
Apr 15, 2011, 4:55:48 AM (13 years ago)
Author:
gav
Message:

Fix null pointer bug in TaskProcedure list view.
Does not appear affect Grails-1.2.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/features/grailsUpgrade/grails-app/views/taskProcedureDetailed/list.gsp

    r809 r886  
    3636                            <tr>
    3737
    38                                 <g:sortableColumn property="id" title="Id"  params="${filterParams}" />
     38                                <g:sortableColumn property="id" title="Id" params="${filterParams}" />
    3939                                <th>Description</th>
    4040                                <th>Asset</th>
Note: See TracChangeset for help on using the changeset viewer.