SysConfig / ZZZAAuto.pm

Moderator: crythias

Locked
Iwan75
Znuny newbie
Posts: 5
Joined: 09 Apr 2014, 11:35
Znuny Version: 3.3.6
Real Name: Iwan Schmid
Company: Flachglas (Schweiz) AG

SysConfig / ZZZAAuto.pm

Post by Iwan75 »

in the admin menu in sysconfig - ticket - core - ticket there is an item "HookDivider".
i had that on my old otrs version as a ' ' (space) and it worked.

i have now upgraded to 3.3.6. and since then, everytime i chance something in the sysconfig it changes the "HookDivider" to empty ''.
so i always have to change it back manually in the ZZZAAuto.pm file -> $Self->{'Ticket::HookDivider'} = ' ';

does someone else also have this problem or a solution for that?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SysConfig / ZZZAAuto.pm

Post by jojo »

Space seems not to be allowed
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Iwan75
Znuny newbie
Posts: 5
Joined: 09 Apr 2014, 11:35
Znuny Version: 3.3.6
Real Name: Iwan Schmid
Company: Flachglas (Schweiz) AG

Re: SysConfig / ZZZAAuto.pm

Post by Iwan75 »

for me it looks more like a bug. otherwise there must be an error message when saving...

as long you put it manually in the zzzaauto.pm it works!
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SysConfig / ZZZAAuto.pm

Post by jojo »

you are not allowed to change the ZZZAuto.pm manually
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Iwan75
Znuny newbie
Posts: 5
Joined: 09 Apr 2014, 11:35
Znuny Version: 3.3.6
Real Name: Iwan Schmid
Company: Flachglas (Schweiz) AG

Re: SysConfig / ZZZAAuto.pm

Post by Iwan75 »

anyway it's a bug. a space must be possible. i want a space between "Ticket#" and the Ticket Number. otherwise the field hookdivider makes no sense.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SysConfig / ZZZAAuto.pm

Post by jojo »

you can still add other dividers
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Iwan75
Znuny newbie
Posts: 5
Joined: 09 Apr 2014, 11:35
Znuny Version: 3.3.6
Real Name: Iwan Schmid
Company: Flachglas (Schweiz) AG

Re: SysConfig / ZZZAAuto.pm

Post by Iwan75 »

all my tickets have a space there. so when i change that it always creates a new ticket when someone replys to an old ticket.

because it was space by default in the old version i believe it's a bug and must be fixed.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SysConfig / ZZZAAuto.pm

Post by jojo »

It was empty since the first version of OTRS. You can set the enty in Config.pm manually, as this won't be overwritten
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Iwan75
Znuny newbie
Posts: 5
Joined: 09 Apr 2014, 11:35
Znuny Version: 3.3.6
Real Name: Iwan Schmid
Company: Flachglas (Schweiz) AG

Re: SysConfig / ZZZAAuto.pm

Post by Iwan75 »

thanks, that's a good workaround :-)

just tested and it workd...
Locked