Skip to content

Commit

Permalink
LPS-87625 follow service.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Feb 21, 2019
1 parent c671a2a commit b315f43
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -94,9 +94,9 @@ public DDMStructureLayout addStructureLayout(
structureLayout.setCreateDate(new Date());
structureLayout.setModifiedDate(new Date());
structureLayout.setStructureVersionId(structureVersionId);
structureLayout.setDefinition(definition);
structureLayout.setDescriptionMap(description);
structureLayout.setNameMap(name);
structureLayout.setDescriptionMap(description);
structureLayout.setDefinition(definition);

return ddmStructureLayoutPersistence.update(structureLayout);
}
Expand Down Expand Up @@ -182,9 +182,9 @@ public DDMStructureLayout updateStructureLayout(

structureLayout.setModifiedDate(new Date());
structureLayout.setStructureVersionId(structureVersionId);
structureLayout.setDefinition(definition);
structureLayout.setDescriptionMap(description);
structureLayout.setNameMap(name);
structureLayout.setDescriptionMap(description);
structureLayout.setDefinition(definition);

return ddmStructureLayoutPersistence.update(structureLayout);
}
Expand Down

0 comments on commit b315f43

Please sign in to comment.