Hallo!
Wir haben nun ITSM bei OTRS dabei....
möchten jedoch das beim TicketAnlegen die Zeile: SLA und Service verschwindet!
weis einer von euch wo ma die im HTML aus() kann?
mfg mani
HTML---Neues Ticket..
HTML---Neues Ticket..
OTRS 2.2.6
Suse 11
Apache2
MYSQL5
Suse 11
Apache2
MYSQL5
HTML---Neues Ticket..
Hallo ds-a,
in der sysconfig kannst du das Feature ganz deaktivieren
Config Einstellungen: Ticket -> Core::Ticket
wenn du es bei der Ticketerstellung ausblenden willst könntst du das in der
AgentTicketPhone.dtl
und
AgentTicketEmail.dtl
in Kernel/Output/HTML/Standard/ machen.
Suche nach
einfach Auskommentieren!
Greetz Da Fresh
in der sysconfig kannst du das Feature ganz deaktivieren
Config Einstellungen: Ticket -> Core::Ticket
wenn du es bei der Ticketerstellung ausblenden willst könntst du das in der
AgentTicketPhone.dtl
und
AgentTicketEmail.dtl
in Kernel/Output/HTML/Standard/ machen.
Suche nach
Code: Select all
<!-- dtl:block:TicketService -->
<tr>
<td class="contentkey">$Text{"Service"}:</td>
<td class="contentvalue">
$Data{"ServiceStrg"}
<font color="red" size="-2">$Text{"$Data{"Service invalid"}"}</font>
</td>
</tr>
<!-- dtl:block:TicketService -->
<!-- dtl:block:TicketSLA -->
<tr>
<td class="contentkey">$Text{"SLA"}:</td>
<td class="contentvalue">
$Data{"SLAStrg"}
<font color="red" size="-2">$Text{"$Data{"SLA invalid"}"}</font>
</td>
</tr>
<!-- dtl:block:TicketSLA -->
Greetz Da Fresh
Produktiv:
OTRS: 2.3.2, OTRS::ITSM 1.2,
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45
OTRS: CICS 2.1
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45
OTRS: 2.4.7
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77
Test:
OTRS: 3.0.0 beta1
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77
OTRS: 2.3.2, OTRS::ITSM 1.2,
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45
OTRS: CICS 2.1
OS: CentOS Linux 5.2
Apache 2.2.3 /MySQL 5.0.45
OTRS: 2.4.7
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77
Test:
OTRS: 3.0.0 beta1
OS: CentOS Linux 5.4
Apache 2.2.3 /MySQL 5.0.77