Changeset 361
- Timestamp:
- Apr 20, 2010, 8:01:50 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 20 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Person.groovy
r359 r361 14 14 String address 15 15 16 static hasMany = [ roles : PersonRole,affiliations: PersonAffiliation]16 static hasMany = [affiliations: PersonAffiliation] 17 17 18 18 static constraints = { -
trunk/grails-app/views/common/_topnav.gsp
r359 r361 19 19 </ul> 20 20 </li> 21 <li> 22 <a href="#">Contacts</a> 23 <ul class="subnav"> 24 <li><g:link controller="person" action="list">View persons</g:link></li> 25 <li><g:link controller="personAffiliation" action="list">View affiliations</g:link></li> 26 <li><g:link controller="personRole" action="list">View roles</g:link></li> 27 </ul> 28 </li> 29 21 30 <li><g:link controller="importer" action="index">Import data</g:link></li> 22 31 <g:if env="development">
Note: See TracChangeset
for help on using the changeset viewer.