Skip to content
Snippets Groups Projects
Commit aba59056 authored by jakubs's avatar jakubs
Browse files

update metaproject description in dropbox

SVN: 27553
parent b6049fed
No related branches found
No related tags found
No related merge requests found
...@@ -405,6 +405,7 @@ public class ConversionUtils ...@@ -405,6 +405,7 @@ public class ConversionUtils
{ {
MetaprojectUpdatesDTO update = new MetaprojectUpdatesDTO(); MetaprojectUpdatesDTO update = new MetaprojectUpdatesDTO();
update.setMetaprojectId(new TechId(metaproject.getId())); update.setMetaprojectId(new TechId(metaproject.getId()));
update.setDescription(metaproject.getDescription());
update.setAddedEntities(metaproject.getAddedEntities()); update.setAddedEntities(metaproject.getAddedEntities());
update.setRemovedEntities(metaproject.getRemovedEntities()); update.setRemovedEntities(metaproject.getRemovedEntities());
return update; return update;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment