Adressvervollständigung im Cc:/Bcc: Feld

OTRS 3.0.4 Beim (z.B.) Weiterleiten eines Tickets ist im To: Feld die Adressvervollständigung aus LDAP aktiv; nicht aber beim Cc: oder Bcc: Feld. Wie kann ich die dort aktivieren? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

* Ralf Hildebrandt
* Ralf Hildebrandt
: OTRS 3.0.4
Sorry, 3.0.10 :|
To add autocomplete to Cc and Bcc you just need to add the following code: Core.Agent.CustomerSearch.Init($("#Cc"), $QData{"ActiveAutoComplete"}); Core.Agent.CustomerSearch.Init($("#Bcc"), $QData{"ActiveAutoComplete"}); to Kernel\Output\HTML\Standard\AgentCustomerSearch.dtl. Funktioniert sogar.

Ralf Hildebrandt wrote:
To add autocomplete to Cc and Bcc you just need to add the following code: Core.Agent.CustomerSearch.Init($("#Cc"), $QData{"ActiveAutoComplete"}); Core.Agent.CustomerSearch.Init($("#Bcc"), $QData{"ActiveAutoComplete"}); to Kernel\Output\HTML\Standard\AgentCustomerSearch.dtl.
Funktioniert sogar.
Hatten wir das nicht neulich im Thread "CustomerAutoComplete bei Cc und Bcc" - mit komplizierterer Lösung? Muss ich jedenfalls auch demnächst mal anwenden. Micha

* Michael Scheer
Hatten wir das nicht neulich im Thread "CustomerAutoComplete bei Cc und Bcc"
ja.
- mit komplizierterer Lösung? Muss ich jedenfalls auch demnächst mal anwenden.
Mir ist absolut unverständlich warum man to/cc/bcc unterschiedlich behandeln sollte. -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962 ralf.hildebrandt@charite.de | http://www.charite.de

Nein genau die kam am Ende auch raus. Hatte ja selber die Mail deswegen erstellt. Ich muss es wissen :P Mit freundlichen Grüßen, Sebastian Hansen OTRS 3.0.9 OTRS ITSM 3.0.5 Windows Server 2003 Mail: shansen@ikado.de -----Ursprüngliche Nachricht----- Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Michael Scheer Gesendet: Donnerstag, 22. September 2011 16:23 An: User questions and discussions about OTRS.org in German Betreff: Re: [otrs-de] Adressvervollständigung im Cc:/Bcc: Feld Ralf Hildebrandt wrote:
To add autocomplete to Cc and Bcc you just need to add the following code: Core.Agent.CustomerSearch.Init($("#Cc"), $QData{"ActiveAutoComplete"}); Core.Agent.CustomerSearch.Init($("#Bcc"), $QData{"ActiveAutoComplete"}); to Kernel\Output\HTML\Standard\AgentCustomerSearch.dtl.
Funktioniert sogar.
Hatten wir das nicht neulich im Thread "CustomerAutoComplete bei Cc und Bcc" - mit komplizierterer Lösung? Muss ich jedenfalls auch demnächst mal anwenden. Micha --------------------------------------------------------------------- OTRS mailing list: otrs-de - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs-de To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de
participants (3)
-
Michael Scheer
-
Ralf Hildebrandt
-
Sebastian Hansen