Hi Sisay,

interesting question because it relates to a change that has already been
implemented in DSpace 4, where initial questions were disabled by default.

You need to make a change to the workspaceitem table in the database.

Andrea Bollini's commit makes it pretty clear:

https://github.com/DSpace/DSpace/commit/eeb3061c4283aafc9660967c6b27b0975233f2b4

execute this on your DB:

update workspaceitem set multiple_titles=true, published_before=true,
multiple_files=true;
update workflowitem set multiple_titles=true, published_before=true,
multiple_files=true;

best regards,

Bram


-- 
[image: logo]
*Bram Luyten* *@mire*
*2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010*
*Esperantolaan 4, Heverlee 3001, Belgium*
www.atmire.com<http://atmire.com/website/?q=services&utm_source=emailfooter&utm_medium=email&utm_campaign=braml>


On Thu, Oct 31, 2013 at 9:11 AM, Webshet, Sisay (ILRI)
<[email protected]>wrote:

>  Hi All,****
>
> ** **
>
> We are using dsapce 3.2 xmlui interface.****
>
> I just comment the initial questions step on item-submission.xml however
> the citation and issue data are hidden****
>
> during  submission process of an item.****
>
> ** **
>
> Is there a way to make these fields visible****
>
> ** **
>
> Thanks****
>
> ** **
>
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> List Etiquette:
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to