I took the latest 1_5_x branch from SVN and applied Paulo's fix below. Now both of the issues seem to have disappeared. Thanks for the input Paulo & others!
Mika 2009/2/7 Paulo Jobim <[email protected]>: > Hi Mika > the problem editing Items you refer I think happens only in the XMLUI. > I fixed that changing FlowItemUtils in the third step of processEditItem the > line: > // STEP 3: > // Iterate over all the indexes within the scope and add them back in. > for (Integer index : indexes) > I have changed for: > // STEP 3: > // Iterate over all the indexes within the scope and add them back in. > for (Integer index=1;index<=indexes.size();++index) > It seems to be just a difference of sintax but fixed the editing problem, > and maybe number one too > I hope it helps > Paulo > On Feb 6, 2009, at 6:47 AM, mikan.d.dspace listmail wrote: > > Has anyone found a solution to DSpace problems with author names. What > we're encountering (DSpace 1.5.2 branch) is, that: > > - author names entered in submission forms appear in reverse order on > metadata > - when editing items, the order of authors shift randomly > > Any suggestions are welcome, > Mika > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with > Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code > to > build responsive, highly engaging applications that combine the power of > local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

