On Tue, Dec 8, 2015 at 4:21 PM, Saidy Binta <[email protected]> wrote: > Is it possible to have an email alert on incomplete submission reminding the > reviewer that he/she have not completed review on a submission. If yes, can > someone kindly assist on what file in dspace should be edited. Thanks
No, DSpace doesn't provide such functionality. If you want to write it, you could implement it as an event consumer: https://github.com/DSpace/DSpace/blob/dspace-5_x/dspace-api/src/main/java/org/dspace/event/Consumer.java Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
