Changeset 755 for trunk/grails-app/views


Ignore:
Timestamp:
Aug 2, 2010, 11:30:43 AM (13 years ago)
Author:
vinlud
Message:

Sam module changes including rest interface, merging results, subquery workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/simpleQuery/common/_query.gsp

    r650 r755  
    8585                    <td><g:link url="[action:'show',controller:'study']" id="${Study.id}">${fieldValue(bean: Study, field: "id")}</g:link></td>
    8686                    <td><g:link url="[action:'show',controller:'study']" id="${Study.id}">${fieldValue(bean: Study, field: "title")}</g:link></td>
    87                     <td><g:link url="[action:'show',controller:'study']" id="${Study.id}">${fieldValue(bean: Study, field: "samples")}</g:link></td>
     87                    <td><g:link url="[action:'show',controller:'study']" id="${Study.id}"></g:link></td>
    8888                  </tr>
    8989                </g:each>
Note: See TracChangeset for help on using the changeset viewer.