Fixed issue #2910 - Ticket split does reference article inline images instead of copying them
This commit is contained in:
parent
6692869dd8
commit
a7bd3f7135
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,7 @@ class App.TicketCreate extends App.Controller
|
||||||
# convert non text/html from text 2 html
|
# convert non text/html from text 2 html
|
||||||
if a.content_type.match(/\/html/)
|
if a.content_type.match(/\/html/)
|
||||||
t.body = a.body
|
t.body = a.body
|
||||||
|
t.body = App.Utils.htmlImage2DataUrl(t.body)
|
||||||
else
|
else
|
||||||
t.body = App.Utils.text2html(a.body)
|
t.body = App.Utils.text2html(a.body)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue