Revision 10206
Added by Chris Jones over 7 years ago
lib/style/common/templates/metacatui/confirmData.tmpl | ||
---|---|---|
63 | 63 |
principalInvestigator => 'Principal Investigator', |
64 | 64 |
coPrincipalInvestigator => 'Co-Principal Investigator', |
65 | 65 |
collaboratingPrincipalInvestigator => 'Collaborating-Principal Investigator', |
66 |
collaborator => 'Collaborator', |
|
66 | 67 |
creator => 'Creator (Author/Owner/Originator)', |
67 | 68 |
contact => 'Contact', |
68 | 69 |
metadataProvider => 'Metadata Provider', |
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
187 | 187 |
<option value="principalInvestigator">Principal Investigator</option> |
188 | 188 |
<option value="coPrincipalInvestigator">Co-Principal Investigator</option> |
189 | 189 |
<option value="collaboratingPrincipalInvestigator">Collaborating-Principal Investigator</option> |
190 |
<option value="collaborator">Collaborator</option> |
|
190 | 191 |
<option value="contact">Contact</option> |
191 | 192 |
<option value="metadataProvider">Metadata Provider</option> |
192 | 193 |
<option value="custodianSteward">Custodian/Steward</option> |
... | ... | |
380 | 381 |
principalInvestigator = 'Principal Investigator', |
381 | 382 |
coPrincipalInvestigator = 'Co-Principal Investigator', |
382 | 383 |
collaboratingPrincipalInvestigator = 'Collaborating-Principal Investigator', |
384 |
collaborator = 'Collaborator', |
|
383 | 385 |
creator = 'Creator (Author/Owner/Originator)', |
384 | 386 |
contact = 'Contact', |
385 | 387 |
metadataProvider = 'Metadata Provider', |
src/perl/register-dataset.cgi | ||
---|---|---|
1662 | 1662 |
'principalInvestigator', |
1663 | 1663 |
'coPrincipalInvestigator', |
1664 | 1664 |
'collaboratingPrincipalInvestigator', |
1665 |
'collaborator', |
|
1665 | 1666 |
'custodianSteward', |
1666 | 1667 |
'user']; |
1667 | 1668 |
|
Also available in: Unified diff
Add the 'Collaborator' role to the list of roles in the EML Registry CGI.
refs https://github.com/NCEAS/metacatui/issues/78