Skip to content

Commit

Permalink
feat: Show message attachments in the internal document list (dvsa/ol…
Browse files Browse the repository at this point in the history
  • Loading branch information
wadedvsa authored Mar 8, 2024
1 parent 853b629 commit d6f2acc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ private function assignUploadsToMessage(MessagingMessage $message, string $corre
}

$doc->setMessagingMessage($message);
$doc->setLicence($message->getMessagingConversation()->getRelatedLicence());
$doc->setApplication($message->getMessagingConversation()->getTask()->getApplication());
$docRepo->saveOnFlush($doc);
}

Expand Down

0 comments on commit d6f2acc

Please sign in to comment.