Skip to content

Commit

Permalink
EmployeeTalk: stop talk series from creating lom
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitz-ilias committed Oct 13, 2023
1 parent d27e23a commit 10a8269
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ private function copyTemplateValues(ilObjEmployeeTalkSeries $talk)
{
$template = new ilObjTalkTemplate($this->getTemplateRefId(), true);
$talk->setDescription($template->getTitle());
$template->cloneMetaData($talk);
$talk->update();

// assign talk series type to adv md records of the template
Expand Down

0 comments on commit 10a8269

Please sign in to comment.