Skip to content

Commit 3243541

Browse files
committed
- Preparacao do XML para versao 6 do OTRS. Ajustes do SOPM.
1 parent 6eaaae1 commit 3243541

7 files changed

Lines changed: 46 additions & 56 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<otrs_package version="1.0">
33
<Name>MultilevelServiceSelection</Name>
4-
<Version>5.0.6</Version>
5-
<Framework>5.0.x</Framework>
4+
<Version>6.0.0</Version>
5+
<Framework>6.0.x</Framework>
66
<Vendor>Complemento [Free]</Vendor>
77
<URL>http://www.complemento.net.br/</URL>
88
<ChangeLog Date="2017-01-16 11:50:00" Version="5.0.5">Add search box for OTRS 5.0. Also, create parameters to show it on Customer or Agent interfaces.</ChangeLog>
@@ -13,6 +13,6 @@
1313
<File Permission="644" Location="Custom/MultilevelServiceSelection.sopm"></File>
1414
<File Permission="644" Location="Kernel/Output/HTML/MultilevelServiceSelection/OutputJavascriptServiceID.pm"></File>
1515
<File Permission="644" Location="Kernel/Output/HTML/Templates/Standard/JsServiceID.tt"></File>
16-
<File Permission="644" Location="Kernel/Config/Files/Complemento.ServiceID.xml"></File>
16+
<File Permission="644" Location="Kernel/Config/Files/XML/Complemento.ServiceID.xml"></File>
1717
</Filelist>
1818
</otrs_package>

Kernel/Config/Files/Complemento.ServiceID.xml

Lines changed: 0 additions & 53 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<otrs_config version="2.0" init="Application">
3+
<Setting Name="Frontend::Output::FilterElementPost###OutputJavascriptServiceID" Required="0" Valid="1">
4+
<Description Translatable="1">Multi Level Service ID.</Description>
5+
<Navigation>Frontend::Base::OutputFilter</Navigation>
6+
<Value>
7+
<Hash>
8+
<Item Key="Module">Kernel::Output::HTML::MultilevelServiceSelection::OutputJavascriptServiceID</Item>
9+
<Item Key="Templates">
10+
<Hash>
11+
<Item Key="CustomerTicketMessage">1</Item>
12+
<Item Key="AgentTicketEmail">1</Item>
13+
<Item Key="AgentTicketPhone">1</Item>
14+
<Item Key="AgentTicketFreeText">1</Item>
15+
<Item Key="AgentTicketNote">1</Item>
16+
</Hash>
17+
</Item>
18+
</Hash>
19+
</Value>
20+
</Setting>
21+
<Setting Name="Complemento::MultilevelServiceSelect::SetField" Required="1" Valid="1">
22+
<Description Translatable="1">DOM ID of item which you want to set with the selected service, ex: #Subject. Leave it blank if you want.</Description>
23+
<Navigation>SetField</Navigation>
24+
<Value>
25+
<Item ValueType="String"></Item>
26+
</Value>
27+
</Setting>
28+
<Setting Name="Complemento::MultilevelServiceSelect::SearchBoxInAgent" Required="1" Valid="1">
29+
<Description Translatable="1">Shows search box on Agent Interface.</Description>
30+
<Navigation>SearchBox</Navigation>
31+
<Value>
32+
<Item ValueType="Checkbox">1</Item>
33+
</Value>
34+
</Setting>
35+
<Setting Name="Complemento::MultilevelServiceSelect::SearchBoxInCustomer" Required="1" Valid="1">
36+
<Description Translatable="1">Shows search box on Agent Interface.</Description>
37+
<Navigation>SearchBox</Navigation>
38+
<Value>
39+
<Item ValueType="Checkbox">1</Item>
40+
</Value>
41+
</Setting>
42+
43+
</otrs_config>

Kernel/Output/HTML/MultilevelServiceSelection/OutputJavascriptServiceID.pm

100644100755
File mode changed.

Kernel/Output/HTML/Templates/Standard/JsServiceID.tt

100644100755
File mode changed.

LICENSE

100644100755
File mode changed.

README.md

100644100755
File mode changed.

0 commit comments

Comments
 (0)