
22 Sep
2011
22 Sep
'11
9:38 a.m.
* 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.