Changeset 899


Ignore:
Timestamp:
Sep 24, 2010, 3:53:41 PM (13 years ago)
Author:
keesvb
Message:

temporarily insert /assay/assayToken convention in study assays view, as long as REST services are not properly implemented on SAM and NMCDSP side (and as long as the IFRAME solution to have the GSCF navigation layer over the view is not yet implemented)

File:
1 edited

Legend:

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

    r835 r899  
    634634                    <td>${assay.module.name}</td>
    635635                    <td>${assay.module.platform}</td>
    636                     <td><a href="${dbnp.rest.common.CommunicationManager.getAssayShowURL(assay.externalAssayID)}">view</a></td>
     636                    <td><a href="${assay.module.url}/assay/${assay.externalAssayID}">view</a></td>
    637637                    <td>
    638638                      <% sortedAssaySamples = assay.samples.sort( { a, b -> a.name <=> b.name } as Comparator )  %>
Note: See TracChangeset for help on using the changeset viewer.