[otrs] Soucecode Question: AgentTicketMove Module

2009-11-12 Thread David Heidt
Hello List, I recently updated my OTRS 2.2.7 to 2.3.4. I was using a customized code snipped that changed the TicketFreeText1 and -2 every Time when the Ticket was moved to another Queue (see examples in Kernel/System/Ticket/Event/TicketFreeFieldDefault.pm ) This worked pretty good. In OTRS 2.3

Re: [otrs] Disable customer interface

2010-03-02 Thread David Heidt
Hi Guillaume, I use the Apache Config for this: # RewriteEngine On # Customer Portal deactivated: RewriteRule /customer.pl /index.pl [R=301,L] ### this leads to the agent login. you may also use a container: ## Order deny,allow D

Re: [otrs] Package Manager issue

2010-06-02 Thread David Heidt
Hi, > I get this error when i got to the Package Manager section: > > > Software error: > > ERROR: Need write permission in OTRS home > Try: $OTRS_HOME/bin/SetPermissions.pl !!! > I have installed otrs on a ubuntu 10.04 default LAMP and Email installation. > r...@nagios:~# /usr/share/otrs/bin/Set

[otrs] split OTRS, transfer Queues

2010-07-05 Thread David Heidt
Hi people, I wonder if it's possible to split an existing OTRS into two by migratiing selected Queues to a freshly installed instance. Of course, I could create a clone of the existing OTRS and delete/deactivate the corresponding queues on each instance, but i'd prefer a clean install. Any hints

Re: [otrs] Привет!

2010-08-12 Thread David Heidt
Ruslan wrote > Привет! > > Как дела? > > хорошо! Спасибо, что спросил. - OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/ot

[otrs] usage of DynamicField values in responses

2012-04-17 Thread David Heidt
Hello List, This one is for the 3.1 hackers and developers ;) I set up several key value pairs for a DynamicField Dropdown called 'language' : key - value: - de - german en - english fr - french I was wondering if DynamicFields are usable within my system Responses, so I set the key

Re: [otrs] Wrong System-Email after Upgrade

2012-04-17 Thread David Heidt
Hi Wolfgang, I think upgrading directly to 2.3 (2.3.6) makes more sense. See the UPGRADING -File of Version 2.3.6: These instructions are for people upgrading OTRS from "2.2" to "2.3". Upgrades from Versions 2.x to 2.(x+1) are imho supported, perhaps this solves your problem. For your o

Re: [otrs] OTRS 3.1: Making dynamic fields searchable

2012-04-19 Thread David Heidt
Hi Frank, you have to enable Dynamic fields in each view in Sysconfig: Ticket -> Frontend::Agent::Ticket::View In your case it is Ticket -> Frontend::Agent::Ticket::ViewSearch There, enable this section by checking the box: Ticket::Frontend::AgentTicketSearch###DynamicField and add your Dyn

Re: [otrs] How to get the value of a dynamic field in an event module

2012-06-15 Thread David Heidt
Hello Bernard, the support of dynamic field Values in the ticket object seems to be completely missing, I opened a bug a couple of days ago, I think your issue is related to mine: http://bugs.otrs.org/show_bug.cgi?id=8551 Cheers, David Am 14.06.12 12:12, schrieb Bernard Chambon: H