Hello all.

Can anyone provide guidance about how to change the startDateLimit value to 
forever to allow a permanent embargo? Would removing that line remove the 
restriction? Or is it better to put something like +999MONTHS? 

In a previous version of DSpace, you could use the string "forever" to put 
a permanent embargo in place. Is there still a way to do that?

    <bean id="embargoed" 
class="org.dspace.submit.model.AccessConditionOption">

        <property name="groupName" value="Anonymous"/>

        <property name="name" value="embargo"/>

        <property name="hasStartDate" value="true"/>

        <property name="startDateLimit" value="+36MONTHS"/>

        <property name="hasEndDate" value="false"/>

    </bean>

Thanks!

Joanna

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/c3594ac3-0760-41d3-bf7e-d0988a42f1c8n%40googlegroups.com.

Reply via email to