Ignore:
Timestamp:
Apr 27, 2010, 3:53:06 PM (13 years ago)
Author:
roberth
Message:

Updated the template entities to be able to return domain fields, template fields and both.
Rolled back the change of Kees in the Event object, so the startTime and endTime fields returned.
Also updated the studies list with a new layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/sandbox/index.gsp

    r375 r386  
    3737                <td>Type</td>
    3838        </tr>
    39         <g:each in="${subject.giveDomainFields()}" var="field">
    40             <tr>
    41                     <td>Domain field</td>
    42                         <td>${field.key}</td>
    43                          <td>${field.value}</td>
    44                 </tr>
    45         </g:each>
    4639        <g:each in="${subject.giveFields()}" var="field">
    4740            <tr>
Note: See TracChangeset for help on using the changeset viewer.