Hello, We'd like to configure the email that an approver receives when a new item has been submitted for their review. Specifically, we'd like to customize the url that is included. DSpace automatically appends "/mydspace" to the base url. Since we're using the xmlui, the url is formed as follows:
http://dspaceserver:8080/xmlui/mydspace We'd like to change the "/mydspace" portion of the above url. It appears that this is set in WorkflowManager.java: ************************************************* private static String getMyDSpaceLink() { return ConfigurationManager.getProperty("dspace.url") + "/mydspace"; } ************************************************* Is /mydspace something the xmlui should always implement for housekeeping? If not, is there a configuration file where the auto-append of this string can be overridden and set to something else? (We can modify the source, but would rather not if a config option exists somewhere else.) Thanks, Sharon ----- Forwarded message from [EMAIL PROTECTED] ----- Date: Fri, 9 May 2008 10:38:26 -0400 (EDT) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DSpace: You have a new task A new item has been submitted: Title: some title Collection: some collection Submitted by: some submitter The submission must be checked before inclusion in the archive. To claim this task, please visit your "My DSpace" page: http://dspaceserver:8080/xmlui/mydspace Many thanks! DSpace ----- End forwarded message ----- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

