Changeset 835 for trunk/src


Ignore:
Timestamp:
Aug 24, 2010, 5:26:25 PM (13 years ago)
Author:
keesvb
Message:

added metabolomics assay examples, cleaned up RestController?, changed assay show link for SAM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/groovy/dbnp/rest/common/CommunicationManager.groovy

    r773 r835  
    173173                // register method that links to the SAM view for showing a SimpleAssay
    174174        // parameters: externalAssayID
    175                 addViewWrapper( 'getAssayShowURL', url, 'simpleAssay/show', ['externalAssayID'] )
     175                addViewWrapper( 'getAssayShowURL', url, 'simpleAssay/showByExternalID', ['externalAssayID'] )
    176176
    177177                // register method that links to the SAM view for editing a SimpleAssay
Note: See TracChangeset for help on using the changeset viewer.