Changeset 1245 for trunk/grails-app/controllers
- Timestamp:
- Dec 9, 2010, 2:51:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/studycapturing/StudyController.groovy
r1241 r1245 93 93 // use the same view for showing the study and comparing multiple 94 94 // studies 95 [studyList: [ studyInstance ], multipleStudies: false, loggedInUser: loggedInUser, facebookLikeUrl: "/study/show/${studyInstance?.id}"]95 [studyList: [ studyInstance ], multipleStudies: false, loggedInUser: loggedInUser, facebookLikeUrl: studyInstance.getFieldValue('published') ? "/study/show/${studyInstance?.id}" : '' ] 96 96 } 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.