Changeset 1579
- Timestamp:
- Mar 1, 2011, 11:25:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/RestController.groovy
r1570 r1579 346 346 347 347 assays.each{ assay -> 348 if (assay.module?.url && assay.module.url.equals(params. consumer)) {348 if (assay.module?.url && assay.module.url.equals(params.moduleURL)) { 349 349 if(assay) { 350 350 def map = [assayToken : assay.giveUUID()]
Note: See TracChangeset
for help on using the changeset viewer.