Changeset 568
- Timestamp:
- Jun 16, 2010, 2:27:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy
r567 r568 1219 1219 selectAttrs.name = attrs.name + '_person'; 1220 1220 1221 // add a dummy field 1222 selectAttrs.from.add(0,'') 1223 1221 1224 out << "Person: " + select(selectAttrs) 1222 1225 } … … 1239 1242 selectAttrs.name = attrs.name + '_role'; 1240 1243 1244 // add a dummy field 1245 selectAttrs.from.add(0,'') 1246 1241 1247 out << "Role: " + select(selectAttrs) 1242 1248 }
Note: See TracChangeset
for help on using the changeset viewer.