Project

General

Profile

« Previous | Next » 

Revision 53702

update for the zenodo community associated to the RCD community

View differences:

CommunityMappingUtils.java
43 43
		if (params.containsKey(CSUMMARY_MANAGER)) {
44 44
			summary.setManagers(splitValues(asValues(params.get(CSUMMARY_MANAGER)), CSV_DELIMITER));
45 45
		}
46
		if (params.containsKey(CSUMMARY_ZENODOC)) {
47
			summary.setName(asCsv(params.get(CSUMMARY_ZENODOC)));
48
		}
46 49

  
47 50
		return summary;
48 51
	}

Also available in: Unified diff