SysConfig / ZZZAAuto.pm
Moderator: crythias
-
- 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
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?
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?
Re: SysConfig / ZZZAAuto.pm
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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!
as long you put it manually in the zzzaauto.pm it works!
Re: SysConfig / ZZZAAuto.pm
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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.
Re: SysConfig / ZZZAAuto.pm
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
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.
because it was space by default in the old version i believe it's a bug and must be fixed.
Re: SysConfig / ZZZAAuto.pm
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
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- 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
thanks, that's a good workaround 
just tested and it workd...

just tested and it workd...