ConfigItem text url with quote [SOLVED]

Moderator: crythias

Locked
sala
Znuny newbie
Posts: 2
Joined: 23 Dec 2014, 11:58
Znuny Version: 3.3.4

ConfigItem text url with quote [SOLVED]

Post by sala »

Hello,

I have the Problem that when i try to insert a link containing a (single) quotation mark in a ci textfield it will stop the link at the position of the quotationmark and so renders it not clickable(see screenshot). I tried to escape it with "\" but that led me nowhere. Is there a way to escape it or make it work?

Heres the definition of the field:

Code: Select all

{
        Key => 'coord_google_maps',
        Name => 'Link GoogleMaps',
        Searchable => 1,
        Input => {
            Type => 'Text',
            Size => 100,
            MaxLength => 200,
        }, 
You do not have the required permissions to view the files attached to this post.
Last edited by sala on 23 Dec 2014, 16:06, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: ConfigItem text url with quote

Post by crythias »

use decimal notation instead of degrees. or try '
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
sala
Znuny newbie
Posts: 2
Joined: 23 Dec 2014, 11:58
Znuny Version: 3.3.4

Re: ConfigItem text url with quote

Post by sala »

Thank you. I can make it work by using '
Locked