Changeset 381 for trunk/grails-app/views


Ignore:
Timestamp:
Apr 26, 2010, 3:50:22 PM (13 years ago)
Author:
duh
Message:
  • null bugfix
  • improved template field handling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_subjects.gsp

    r367 r381  
    5757                                        <wizard:termSelect value="${subjects[ subjectId ].species}" name="subject_${subjectId}_species" ontology="1132" />
    5858                                </div>
    59                                 <wizard:templateColumns id="${subjectId}" template="${subjects[ subjectId ].template}" name="subject_${subjectId}" class="column" subject="${subjects[ subjectId ]}" />                         
     59                                <wizard:templateColumns id="${subjectId}" entity="${subjects[ subjectId ]}" template="${subjects[ subjectId ].template}" name="subject_${subjectId}" class="column" subject="${subjects[ subjectId ]}" />                               
    6060                        </div>
    6161                </g:each>
Note: See TracChangeset for help on using the changeset viewer.