This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathOTRSMasterSlave.sopm
186 lines (183 loc) · 8.83 KB
/
OTRSMasterSlave.sopm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?xml version="1.0" encoding="utf-8" ?>
<otrs_package version="1.0">
<Name>OTRSMasterSlave</Name>
<Version>0.0.0</Version>
<Framework Minimum="6.0.28">6.0.x</Framework>
<Vendor>OTRS AG</Vendor>
<URL>https://otrs.com/</URL>
<License>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</License>
<Description Lang="en">Includes "Ticket Master/Slave" feature.</Description>
<Description Lang="de">Enthält "Ticket Master/Slave" Funktionalität.</Description>
<Description Lang="hu">A „mester/alárendelt jegy” funkciót tartalmazza.</Description>
<Filelist>
<File Permission="660" Location="Kernel/Config/Files/XML/OTRSMasterSlave.xml" />
<File Permission="660" Location="Kernel/Language/cs_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/de_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/es_MX_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/es_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/fr_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/gl_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/hu_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/id_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/it_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/ja_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/ms_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/pl_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/pt_BR_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/pt_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/ru_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/sr_Cyrl_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/sr_Latn_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/sv_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/sw_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/th_TH_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Language/zh_CN_OTRSMasterSlave.pm" />
<File Permission="660" Location="Kernel/Modules/AdminDynamicFieldMasterSlave.pm" />
<File Permission="660" Location="Kernel/Modules/AgentPreMasterSlave.pm" />
<File Permission="660" Location="Kernel/Modules/AgentTicketMasterSlave.pm" />
<File Permission="660" Location="Kernel/Output/HTML/TicketBulk/MasterSlave.pm" />
<File Permission="660" Location="Kernel/Output/HTML/Templates/Standard/AdminDynamicFieldMasterSlave.tt" />
<File Permission="660" Location="Kernel/Output/HTML/Templates/Standard/AgentTicketMasterSlave.tt" />
<File Permission="660" Location="Kernel/System/DynamicField/Driver/MasterSlave.pm" />
<File Permission="660" Location="Kernel/System/Ticket/Event/MasterSlave.pm" />
<File Permission="660" Location="scripts/test/DynamicField/MasterSlave/EditFieldRender.t" />
<File Permission="660" Location="scripts/test/DynamicField/MasterSlave/ValueSet.t" />
<File Permission="660" Location="scripts/test/Selenium/Agent/Admin/GenericAgent/MasterSlaveSelection.t" />
<File Permission="660" Location="scripts/test/Selenium/Agent/AgentTicketCreateMasterSlave.t" />
<File Permission="660" Location="scripts/test/Selenium/Agent/AgentTicketMasterSlave.t" />
<File Permission="660" Location="scripts/test/Selenium/Agent/AgentTicketSlaveSalutation.t" />
<File Permission="660" Location="scripts/test/Selenium/Output/TicketBulk/MasterSlave.t" />
<File Permission="660" Location="scripts/test/Ticket/Event/MasterSlave/ReplaceCustomerRealName.t" />
<File Permission="660" Location="scripts/test/Ticket/Event/MasterSlave.t" />
<File Permission="660" Location="var/httpd/htdocs/js/Core.Agent.Admin.DynamicFieldMasterSlave.js" />
<File Permission="660" Location="var/httpd/htdocs/js/Core.Agent.TicketMasterSlave.js" />
<File Permission="660" Location="var/packagesetup/OTRSMasterSlave.pm" />
</Filelist>
<CodeInstall Type="post"><![CDATA[
$Kernel::OM->Get('var::packagesetup::OTRSMasterSlave')->CodeInstall();
]]></CodeInstall>
<CodeUpgrade Type="post" Version="1.2.5"><![CDATA[
$Kernel::OM->Get('var::packagesetup::OTRSMasterSlave')->CodeUpgrade125();
]]></CodeUpgrade>
<CodeUpgrade Type="post"><![CDATA[
$Kernel::OM->Get('var::packagesetup::OTRSMasterSlave')->CodeUpgrade();
]]></CodeUpgrade>
<CodeUpgrade Type="post" Version="4.0.91"><![CDATA[
# create the package name
my $CodeModule = 'var::packagesetup::' . $Param{Structure}->{Name}->{Content};
$Kernel::OM->Get($CodeModule)->CodeUpgradeFromLowerThan_4_0_91();
]]></CodeUpgrade>
<CodeReinstall Type="post"><![CDATA[
$Kernel::OM->Get('var::packagesetup::OTRSMasterSlave')->CodeReinstall();
]]></CodeReinstall>
<CodeUninstall Type="pre"><![CDATA[
$Kernel::OM->Get('var::packagesetup::OTRSMasterSlave')->CodeUninstall();
]]></CodeUninstall>
<IntroInstall Type="pre" Title="Install Information" Lang="en"><![CDATA[
<br/>
<strong>WELCOME</strong>
<br/>
<br/>
You are about to install the OTRS package OTRSMasterSlave.<br/>
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroInstall>
<IntroInstall Type="pre" Title="Install Information" Lang="es"><![CDATA[
<br/>
<strong>BIENVENIDO</strong>
<br/>
<br/>
Usted está a punto de instalar el paquete OTRSMasterSlave de OTRS.<br/>
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroInstall>
<IntroInstall Type="pre" Title="Telepítési információk" Lang="hu"><![CDATA[
<br/>
<strong>ÜDVÖZÖLJÜK</strong>
<br/>
<br/>
Ön az OTRSMasterSlave OTRS csomag telepítésére készül.<br/>
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroInstall>
<IntroUpgrade Type="pre" Title="Upgrade Information" Lang="en"><![CDATA[
<br/>
<strong>WELCOME</strong>
<br/>
<br/>
You are about to upgrade the OTRS package OTRSMasterSlave.<br/>
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroUpgrade>
<IntroUpgrade Type="pre" Title="Upgrade Information" Lang="es"><![CDATA[
<br/>
<strong>BIENVENIDO</strong>
<br/>
<br/>
Usted está apunto de actualizar el paquete OTRSMasterSlave de OTRS.<br/>
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroUpgrade>
<IntroUpgrade Type="pre" Title="Frissítési információk" Lang="hu"><![CDATA[
<br/>
<strong>ÜDVÖZÖLJÜK</strong>
<br/>
<br/>
Ön az OTRSMasterSlave OTRS csomag frissítésére készül.<br/>
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroUpgrade>
<IntroUninstall Type="pre" Title="Uninstallation Information" Lang="en"><![CDATA[
<br/>
<strong>ATTENTION</strong>
<br/>
<br/>
If you uninstall this package, ParentChild ticket links will remain, but all ticket Master
Slave relations that were created during the use of this package be deleted.
All data from these relations will be irrevocably lost!
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroUninstall>
<IntroUninstall Type="pre" Title="Uninstallation Information" Lang="es"><![CDATA[
<br/>
<strong>ATENCIÓN</strong>
<br/>
<br/>
Si usted desinstala este paquete, los vínculos de tickets PadreHijo
permanecerán, pero todas relaciones de tickets Master Slave creadas durante
el uso de este paquete serán borradas.
¡Todos los datos de esas relaciones se perderán irrevocablemente!.
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroUninstall>
<IntroUninstall Type="pre" Title="Eltávolítási információk" Lang="hu"><![CDATA[
<br/>
<strong>FIGYELEM</strong>
<br/>
<br/>
Ha eltávolítja ezt a csomagot, akkor a szülő-gyermek jegy hivatkozások meg fognak maradni,
de az összes olyan mester-alárendelt kapcsolat törlésre kerül, amelyek a csomag használata
során lettek létrehozva.
Ezekből a kapcsolatokból az összes adat visszavonhatatlanul el fog veszni!
<br/>
<br/>
((enjoy))<br/>
<br/>
]]></IntroUninstall>
</otrs_package>