Hi,

I've come across a peculiar problem with a new DSpace 1.6 install (having 
migrated some of our changes from 1.5.2)

When making a submission, after selecting a collection (which works correctly), 
the breadcrumb gets set to display a single dash ("-") on both "describe" 
pages. When moving on to the upload step, and from then on, the breadcrumb 
works as normal.

Specifically the HTML output form the breadcrumb when on the "Describe" pages 
is:

<ul xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; id="ds-trail">
<li class="ds-trail-link first-link"> - </li>
</ul>

But when on the "upload" step it gets rendered perfectly as:

<ul xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; id="ds-trail">
<li xmlns:dri="http://di.tamu.edu/DRI/1.0/"; 
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; class="ds-trail-link first-link 
">
<a href="/">DSpace</a>
</li>
<li xmlns="http://di.tamu.edu/DRI/1.0/"; xmlns:dri="http://di.tamu.edu/DRI/1.0/"; 
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; class="ds-trail-link ">
<a href="/handle/10588/1">Test Community</a>
</li>
<li xmlns:dri="http://di.tamu.edu/DRI/1.0/"; 
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; class="ds-trail-link ">
<a href="/handle/10588/6">Test Collection</a>
</li>
<li xmlns:dri="http://di.tamu.edu/DRI/1.0/"; 
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; class="ds-trail-link ">
<a href="/handle/10588/25">Test School</a>
</li>
<li xmlns:dri="http://di.tamu.edu/DRI/1.0/"; 
xmlns:i18n="http://apache.org/cocoon/i18n/2.1"; class="ds-trail-link 
last-link">Item submission</li>
</ul>

There are customisations to the "input-forms.xml" and "item-submission.xml" 
which are simply to add an additional meta data input and to skip the 
"checkbox" page (un-commenting the SkipInitialQuestionsStep step) but we're 
open to suggestions of where to look for problems with the changes in these 
files.

Thank you in advance,
Roy




************************************************************
Please consider the environment.  Do you really need to print this email?


************************************************************
Please consider the environment.  Do you really need to print this email?

The University of Dundee is a registered Scottish charity, No: SC015096

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Dspace-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-general

Reply via email to