Printing a specific article type with HTML tags

English! place to talk about development, programming and coding
Post Reply
LuciferSam
Znuny newbie
Posts: 17
Joined: 17 Apr 2012, 21:39
Znuny Version: 3.1.10

Printing a specific article type with HTML tags

Post by LuciferSam »

Hi there. I wish for a specific type of ticket (from phone, internal), to print (from OTRS the function PRINT) the tickets with full HTML (instead of plain text).

I've noticed in "article" table, that here exists as plain text.
The full article is encoded in base64 on "article_attachment" .

Since I use PostgreSQL i can create a view with the decoded article and its id, and then tell OTRS to take this version, instead of plain text version.

But how can I tell OTRS to not disable the HTML quotes? How can I do this?

Thanks
OTRS 3.1.10 on Debian Wheezy
PostgreSQL 9.1
Post Reply