Project

General

Profile

« Previous | Next » 

Revision 53595

changed the link to validation results to point to provide portal

View differences:

modules/uoa-validator-service/trunk/src/main/java/eu/dnetlib/validator/service/impls/listeners/CompatibilityTestListener.java
69 69
//		if (this.validationSet != null && !this.validationSet.equalsIgnoreCase("openaire"))
70 70
		if (this.guidelines.equalsIgnoreCase("openaire2.0") || this.guidelines.equalsIgnoreCase("driver"))
71 71
			msgUpgrade = "\n\n Please consider to upgrade to OpenAIRE Guidelines v3. Link: https://guidelines.openaire.eu/wiki/OpenAIRE_Guidelines:_For_Literature_repositories";
72
		String message = "The compatibility test you have submitted has finished. You can retrieve the results by following this url: " + valBaseUrl + "/prepareSummary.action?jobId=" + jobSubmittedId  + msgUpgrade;
72
		String message = "The compatibility test you have submitted has finished. You can retrieve the results by following this url: " + valBaseUrl + "/compatibility/browseHistory/" + jobSubmittedId  + msgUpgrade;
73 73

  
74 74
		String subject = "OpenAIRE compatibility Test Results";
75 75
		try {

Also available in: Unified diff