Actions
Bug #1141
closedmetadata provider doesn't break out first and last names
Start date:
09/11/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1141
Description
THe current registry form contains a single field for the name of the person
providing the metadata. This is currently incorrectly shoehorned into 'surName'
when in fact it often includes a givenName. To fix this, need to:
1) Change the sigle field into two fields (providerGivenName and
providerSurName) in the template files
2) change the validation method to check that these are provided
3) change the 'createXMl' method to properly format these as givenName and surName
Actions