mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -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);
|
||||
|
@@ -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
|
||||
===========
|
||||
|
Reference in New Issue
Block a user