SF Patch [2655052] Authors re-ordered when item edited

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3520 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Stuart Lewis
2009-03-02 17:57:49 +00:00
parent 65aca5a1dd
commit f82ce8f974
2 changed files with 6 additions and 4 deletions

View File

@@ -203,11 +203,10 @@ public class FlowItemUtils
}
}
}
// STEP 3:
// Iterate over all the indexes within the scope and add them back in.
for (Integer index : indexes)
for (Integer index=1; index <= indexes.size(); ++index)
{
String name = request.getParameter("name_"+index);
String value = request.getParameter("value_"+index);

View File

@@ -71,8 +71,11 @@
- [2385187] Fix for toDate method in DCDate
(Andrea Bollini)
- S.F. Patch 2645776 for Bug 2645754 SubmissionController is not thread safe
- [DS-1] Controlled vocab:he URL http://localhost:8080/jspui/subject-search gives internal error and a stack trace in dspace.log
- S.F. Patch 2645776 for Bug 2645754 SubmissionController is not thread safe
- [DS-1] Controlled vocab:he URL http://localhost:8080/jspui/subject-search gives internal error and a stack trace in dspace.log
(Paulo Jobim)
- SF Patch [2655052] Authors re-ordered when item edited (xmlui)
1.5.1 final
===========