Format link TicketFreeText1::Link without [...]

English! place to talk about development, programming and coding
Post Reply
jfberni
Znuny newbie
Posts: 17
Joined: 03 Mar 2011, 16:51
Znuny Version: 3.0

Format link TicketFreeText1::Link without [...]

Post by jfberni »

In Core::TicketFreeText I customize my TicketFreeText1 to Internal URL with Option

TicketFreeText1::Link
https://internalsystem/Report.asp?Order ... eText1","6"}

Look what i got when I open my ticket : http://otrsticket/otrs/index.pl?Action= ... ke;tID=539

The result I got : https://internalsystem/Report.asp?OrderNo=210317[...]

I except to have https://internalsystem/Report.asp?OrderNo=210317

Any Idea ?

J-F
jfberni
Znuny newbie
Posts: 17
Joined: 03 Mar 2011, 16:51
Znuny Version: 3.0

Re: Format link TicketFreeText1::Link without [...]

Post by jfberni »

So when you are using shrink date.
<td class="W10pc">$QData{"TicketFreeTime1","10"}</td>


Question How to remove [...] ?


Thanks for your support

JF
jfberni
Znuny newbie
Posts: 17
Joined: 03 Mar 2011, 16:51
Znuny Version: 3.0

Re: Format link TicketFreeText1::Link without [...]

Post by jfberni »

I try to change on Layout.pm at line 1724 : ${$Text} .= "[...]\n"; To ${$Text} .= "\n";


But I still get The result I got : https://internalsystem/Report.asp?OrderNo=210317[...]


Any Idea where I can made the modification ?

Thanks

J-F
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Format link TicketFreeText1::Link without [...]

Post by crythias »

don't include the shrink parameter{10}, or make it really large.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
jfberni
Znuny newbie
Posts: 17
Joined: 03 Mar 2011, 16:51
Znuny Version: 3.0

Re: Format link TicketFreeText1::Link without [...]

Post by jfberni »

Thanks
it resolve.
Post Reply