changed api url to make supervisor and reviewer imports work correctly

This commit is contained in:
Emil Siverhall 2012-03-26 09:34:12 +02:00
parent dc445b8450
commit 8971e299df

@ -465,7 +465,7 @@ public class ExternalImporterDaisyImpl implements ExternalImporter {
final Set<ProjectParticipantDTO> fetchedOtherParticipants = fetchParticipants(new HashMap<String, String>(), HttpRequestSender.REQUEST_TYPE.GET, new UrlProcessor(){
@Override
String process(String url){
return(url+"/thesis/"+projectDTO.id+"/supervisor");
return(url+"/thesis/"+projectDTO.id+"/contributor");
}
});
combinedSet.addAll(fetchedOtherParticipants);