Last change
on this file since 145 was
145,
checked in by duh, 13 years ago
|
- wizard subjects page now build a table with features, does not work properly yet
- youtube autoplay help items are possible now
- development grouping page for selecting subjects and grouping them by dragging and dropping
|
File size:
310 bytes
|
Line | |
---|
1 | package dbnp.studycapturing |
---|
2 | |
---|
3 | /** |
---|
4 | * Instances of this class describe an extra (template) field for the Subject entity. |
---|
5 | * |
---|
6 | * Revision information: |
---|
7 | * $Rev$ |
---|
8 | * $Author$ |
---|
9 | * $Date$ |
---|
10 | */ |
---|
11 | class TemplateSubjectField extends TemplateField { |
---|
12 | static constraints = { |
---|
13 | } |
---|
14 | |
---|
15 | def String toString() { |
---|
16 | super.toString() |
---|
17 | } |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.