add the topic description to the action set associated to the project

This commit is contained in:
Miriam Baglioni 2020-09-24 15:22:40 +02:00
parent 6b50226f3b
commit d6206d6e63
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ public class SparkAtomicActionJob {
ModelSupport.entityIdPrefix.get("project"),
"corda__h2020", csvProject.getId()));
p.setH2020topiccode(csvProject.getTopics());
p.setH2020topicdescription(csvProject.getTopicdescription());
H2020Programme pm = new H2020Programme();
H2020Classification h2020classification = new H2020Classification();
pm.setCode(csvProject.getProgramme());