Changeset 1252


Ignore:
Timestamp:
Dec 9, 2010, 4:38:08 PM (12 years ago)
Author:
work@…
Message:
  • fixed null issue in study view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/study/show.gsp

    r1245 r1252  
    9191                                <!-- Show all template and domain fields, if filled -->
    9292                                        <g:each in="${studyFields}" var="field">
    93                                                 <g:if test="${field.isFilledInList( studyList )}">
     93                                                <g:if test="${field?.isFilledInList( studyList )}">
    9494                                                        <tr>
    9595                                                                <td>${field}</td>
Note: See TracChangeset for help on using the changeset viewer.