mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1216 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user