Last change
on this file was
1490,
checked in by robert@…, 10 years ago
|
Implemented enhancement #258, opening an assay outside the frame. This functionality needs an upgrade of the gdt plugin first.
Also added authorization to the assayModule controller, such that only administrators can use it.
|
-
Property svn:keywords set to
Rev Author Date
|
File size:
485 bytes
|
Line | |
---|
1 | /** |
---|
2 | * AssayModuleController Controller |
---|
3 | * |
---|
4 | * Temporary scaffold class to be able to create assays |
---|
5 | * |
---|
6 | * @author keesvb |
---|
7 | * @since 20100821 |
---|
8 | * @package dbnp.studycapturing |
---|
9 | * |
---|
10 | * Revision information: |
---|
11 | * $Rev: 1490 $ |
---|
12 | * $Author: work@osx.eu $ |
---|
13 | * $Date: 2011-02-04 09:55:05 +0000 (vr, 04 feb 2011) $ |
---|
14 | */ |
---|
15 | package dbnp.studycapturing |
---|
16 | |
---|
17 | import grails.plugins.springsecurity.Secured |
---|
18 | |
---|
19 | @Secured(['ROLE_ADMIN']) |
---|
20 | class AssayModuleController { |
---|
21 | // Scaffold this class to circumvent not being able to add assays (0.4) |
---|
22 | def scaffold = org.dbnp.gdt.AssayModule |
---|
23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.