Autocomplete BounceTo

Moderator: crythias

Locked
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Autocomplete BounceTo

Post by HervE »

Hello,

Is it possible to have customer autocomplete on the BounceTo field?

I tried to adapt AgentTicketBounce.dtl, comparing it to AgentTicketForward.dtl, but did not succeed.

Regards,
HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
HervE
Znuny wizard
Posts: 391
Joined: 03 Jan 2011, 17:15
Znuny Version: 3.3.8
Location: France

Re: Autocomplete BounceTo

Post by HervE »

Just like Cc and Bcc (in Compose and Forward menus), I tried to add

Code: Select all

    Core.Agent.CustomerSearch.Init($("#BounceTo"), $QData{"ActiveAutoComplete"});
in Kernel\Output\HTML\Standard\AgentCustomerSearch.dtl.
And - of course

Code: Select all

$Include{"AgentCustomerSearch"}
at the beginning of Kernel\Output\HTML\Standard\AgentTicketBounce.dtl.

But did not achieve the expected result.

Is anything missing?

HervE
OTRS 3.3.8 - Windows 7 - IIS7 - SQL Server - Firefox 30
Locked