SF Patch #1196095 closes SF Bug #1188016 - EPerson editing issue

git-svn-id: http://scm.dspace.org/svn/repo/trunk@1216 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Scott Yeadon
2005-05-23 06:35:08 +00:00
parent 7cbace3285
commit f545afad5b
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
========
(Jozsef Marton)
- SF Patch #1196103 Set the content type in the HTTP header
- SF Patch #1196095 closes SF Bug #1188016 - EPerson editing issue
(Richard Rodgers)
- SF Patch #1189665 Custom Submission Patch for handling null qualifier and page flow metadata issue

View File

@@ -118,7 +118,7 @@ function addEPerson(id, email, name)
// Clear selected items from main e-people list
function clearEPeople()
{
var list = self.opener.document.forms[1].eperson_id;
var list = self.opener.document.forms[0].eperson_id;
while (list.options.length > 0)
{
list.options[0] = null;