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
Format link TicketFreeText1::Link without [...]
Re: Format link TicketFreeText1::Link without [...]
So when you are using shrink date.
<td class="W10pc">$QData{"TicketFreeTime1","10"}</td>
Question How to remove [...] ?
Thanks for your support
JF
<td class="W10pc">$QData{"TicketFreeTime1","10"}</td>
Question How to remove [...] ?
Thanks for your support
JF
Re: Format link TicketFreeText1::Link without [...]
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
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
-
- 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 [...]
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
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
Re: Format link TicketFreeText1::Link without [...]
Thanks
it resolve.
it resolve.