Bugs item #2541285, was opened at 2009-01-27 14:49 Message generated for change (Comment added) made by tdonohue You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2541285&group_id=19984
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Submission/Ingest Group: 1.5.1 >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Tim Donohue (tdonohue) Assigned to: Tim Donohue (tdonohue) Summary: Submission Forms don't preserve order of values Initial Comment: This bug occurs in 1.5.x XMLUI and JSPUI. Essentially the Describe (metadata entry) page of the submission process doesn't preserve the order that values are entered in multi-valued fields. This is especially problematic for Author names. During a submission author names are reordered such that the *first* author listed is that *last* one that you enter during the submission process. This patch modifies the org.dspace.submit.step.DescribeStep class (the processing class) in the dspace-api module, so that it will preserve the order in which values are entered. This way the *first* author listed will always be the *first* author entered, etc. This patch works for both the XMLUI and JSPUI since both of these interfaces utilize this same backend prorcessing class to save all values entered during the Describe step. This patch was built off the latest code in the dspace-1_5_x branch of SVN (as of 2009-Jan-27). ---------------------------------------------------------------------- >Comment By: Tim Donohue (tdonohue) Date: 2009-01-27 15:10 Message: Applied patch to dspace-1_5_x and dspace-trunk ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2541285&group_id=19984 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
