mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N.490 Losing carrier returns and rich text formatting when the latest comments are copied to child tickets
SVN:trunk[4501]
This commit is contained in:
@@ -698,7 +698,7 @@
|
||||
<code><![CDATA[ public function UpdateParentTicketLog()
|
||||
{
|
||||
$oLog = $this->Get('log');
|
||||
$sLog = $oLog->GetModifiedEntry();
|
||||
$sLog = $oLog->GetModifiedEntry('html');
|
||||
if ($sLog != '')
|
||||
{
|
||||
$oTicket = MetaModel::GetObject('Ticket', $this->Get('ticket_id'), false);
|
||||
|
||||
Reference in New Issue
Block a user