If you aren't using Discovery, in [dspace]/config/dspace.cfg set this
option to the number of recent items you want to appear:
recent.submissions.count = 0

If you are using Discovery, recent.submissions.count must be set to 0.
The configuration is in
[dspace]/config/spring/discovery/spring-dspace-addon-discovery-configuration-services.xml:

        <property name="recentSubmissionConfiguration">
            <bean
class="org.dspace.discovery.configuration.DiscoveryRecentSubmissionsConfiguration">
                <property name="metadataSortField"
value="dc.date.accessioned" />
                <property name="type" value="date"/>
                <property name="max" value="5"/>
            </bean>
        </property>

In either case, you have to restart Tomcat after you change configuration.

Regards,
~~helix84

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to