Skip to content
Snippets Groups Projects
Unverified Commit d5f5825d authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4745 from JediKev/issue/internal-note-ignored

issue: Internal Note Ignored
parents 443c7275 449611ae
No related branches found
No related tags found
No related merge requests found
......@@ -4120,7 +4120,7 @@ implements RestrictedAccess, Threadable, Searchable {
}
// Not assigned...save optional note if any
if (!$ticket->isAssigned() && $vars['note']) {
if (!$vars['assignId'] && $vars['note']) {
if (!$cfg->isRichTextEnabled())
$vars['note'] = new TextThreadEntryBody($vars['note']);
$ticket->logNote(_S('New Ticket'), $vars['note'], $thisstaff, false);
......
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