Merge branch 'importLinkFix' into develop
This commit is contained in:
commit
ac500e5347
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user