Search found 6 matches

by JoeFoster
06 Mar 2014, 09:01
Forum: General
Topic: Ticket state after customer reply
Replies: 7
Views: 4150

Re: Ticket state after customer reply

Unfortunately that's not possible - at least via SysConfig GUI.
It's falling back to a default value upon "Update" when the field is left blank.
by JoeFoster
05 Mar 2014, 19:06
Forum: General
Topic: Ticket state after customer reply
Replies: 7
Views: 4150

Re: Ticket state after customer reply

as it's the default state set in the dropdown
because it is, then it is.
That's why I'm wondering if this behavior could be changed :-)
Either by providing the current ticket state as default selection in the dropdown or "-" ("none" as in other dropdowns) and therefor keeping the state already ...
by JoeFoster
05 Mar 2014, 18:29
Forum: General
Topic: Ticket state after customer reply
Replies: 7
Views: 4150

Re: Ticket state after customer reply

It's also in the history, yes.

FollowUp FollowUp for [ ]. Zoom view Admin OTRS 03/05/2014 17:24:44
StateUpdate Old: "new" New: "in progress" Zoom view Admin OTRS 03/05/2014 17:24:44

This also happens if the ticket - for example - has the state "in progress external", the state is changed to "in ...
by JoeFoster
05 Mar 2014, 18:05
Forum: General
Topic: Ticket state after customer reply
Replies: 7
Views: 4150

Ticket state after customer reply

Hi,

is it somehow possible to set the current ticket state as default in the dropdown menu of the customer interface ticket "Reply"?

We've several open-states and the customer should be able to close tickets by himself.
"Ticket::Frontend::CustomerTicketZoom###StateDefault" is set to "in progress ...
by JoeFoster
04 Mar 2014, 16:41
Forum: Help
Topic: LDAP not syncing all attributes
Replies: 34
Views: 49050

Re: LDAP not syncing all attributes

crythias wrote:
JoeFoster wrote:III. ...and extended the mapping in "/opt/otrs/Kernel/Config/Files/ZZZAgents.pm"
did you mistype that?
nope, that's where the LDAP settings for the agents are configured on this system; I've also got "ZZZCustomerUser.pm" in the same directory for all customer related settings
by JoeFoster
04 Mar 2014, 16:14
Forum: Help
Topic: LDAP not syncing all attributes
Replies: 34
Views: 49050

Re: LDAP not syncing all attributes

Hello Crythias,

I. I altered the database...
alter table users add phone varchar(20);
II. ...made the following changes to "/opt/otrs/Kernel/System/User.pm"...
# update db
return if !$Self->{DBObject}->Do(
SQL => "UPDATE $Self->{UserTable} SET title = ?, first_name = ?, last_name ...