[otrs-cvs] CVS: Incident/Kernel/Config/Files Incident.pm,1.26,1.27
cvs-log at otrs.org
cvs-log at otrs.org
Wed Dec 6 13:01:42 CET 2006
Update of /home/cvs/Incident/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv2091/Kernel/Config/Files
Modified Files:
Incident.pm
Log Message:
new codestyle, removed little bugs, tuned for using by the OPMS-module
Index: Incident.pm
===================================================================
RCS file: /home/cvs/Incident/Kernel/Config/Files/Incident.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** Incident.pm 31 Oct 2006 13:53:25 -0000 1.26
--- Incident.pm 6 Dec 2006 12:01:39 -0000 1.27
***************
*** 1,23 ****
!
! # Anzahl der angezeiten Treffer von Locked Incidents auf der OverviewSeite
! $Self->{"Incident::LockedIncidentsShown"} = 10;
!
! # Anzahl der angezeiten Treffer von Locked Incidents auf der OverviewSeite
! $Self->{"Incident::UnLockedIncidentsShown"} = 10;
!
! # Anzahl der angezeiten Treffer von Incidents auf der SuchSeite
! $Self->{"Incident::SearchIncidentsShown"} = 4;
!
! # show the EventTree
! $Self->{"Incident::EventTree"} = 'yes'; # 'yes' | 'yes1024' | 'no'
!
! # Export: Title of the Export-Article
! $Self->{"Incident::ExportArticleTitle"} = '';
!
! # Export: Description of the Export-Article
! $Self->{"Incident::ExportArticleDescription"} = " - Interne Angaben zum Grund des Export:\n - Stand der Vorfallsbearbeitung beim Export:\n - Grad der Anonymisierung und Pseudonymisierung:";
!
! # Export: Subject of the Export-Article
! $Self->{"Incident::ExportArticleSubject"} = 'IODEF-XML exportiert';
$Self->{'Incident::ProvisionalClassificationList'} = {
--- 1,17 ----
! # --
! # Incident.pm - the config for incident module
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
! # --
! # $Id$
! # --
! # Incident.pm - the config for indicent module
! # Copyright (C) 2003-2006 OTRS GmbH, http://otrs.com/
! # --
! # $Id$
! # --
! # This software comes with ABSOLUTELY NO WARRANTY. For details, see
! # the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
! # --
$Self->{'Incident::ProvisionalClassificationList'} = {
***************
*** 103,107 ****
};
! # Vorauswahlfeld fr die GMT
$Self->{"Incident::PreSelectGMT"} = '+01:00';
--- 97,101 ----
};
! # Preselection for the GMT
$Self->{"Incident::PreSelectGMT"} = '+01:00';
***************
*** 410,429 ****
};
! # for Incident shortcreate
! $Self->{'Incident::DefaultQueue'} = 'Incident';
! $Self->{'Incident::DefaultLock'} = 'unlock';
! $Self->{'Incident::DefaultPriority'} = '3 normal';
! $Self->{'Incident::DefaultState'} = 'open';
! $Self->{'Incident::DefaultArticleType'} = 'phone';
! $Self->{'Incident::DefaultSenderType'} = 'customer';
!
! # Incident-Queues
! $Self->{'Incident::IncidentQueues'} = {
! 'Incident' => '1',
! 'Vorfall' => '1',
! };
!
! # Configfunktion fr die Voreinstellung der Pflichtfelder
! # Jeder Eintrag mit '' wird als Nicht-Pflichtfeld gewertet
$Self->{'Incident::IncidentRequirementAreas'} = {
# Specification
--- 404,409 ----
};
! # Config for the required fields
! # Every setting with '' means 'no requiered field'
$Self->{'Incident::IncidentRequirementAreas'} = {
# Specification
***************
*** 514,567 ****
};
- $Self->{'Frontend::Module'}->{'AgentIncident'} = {
- GroupRo => ['incident_handler_group'],
- Group => ['incident_handler_group'],
- Description => 'Incident',
- NavBarName => 'Incident',
- NavBar => [
- {
- Description => 'Incident',
- Name => 'Incident',
- Image => 'incident.png',
- Link => 'Action=AgentIncident',
- NavBar => 'Incident',
- Prio => 2000,
- Type => 'Menu',
- Block => 'ItemArea',
- AccessKey => 'i',
- },
- {
- GroupRo => ['incident_handler_group'],
- Description => 'Overview',
- Name => 'Overview',
- Image => 'overview.png',
- Link => 'Action=AgentIncident',
- NavBar => 'Incident',
- Prio => 100,
- AccessKey => 'o',
- },
- {
- Group => ['incident_handler_group'],
- Description => 'New',
- Name => 'New',
- Image => 'new.png',
- Link => 'Action=AgentIncident&Subaction=IncidentAdd',
- NavBar => 'Incident',
- Prio => 200,
- AccessKey => 'n',
- },
- {
- GroupRo => ['incident_handler_group'],
- Description => 'Search',
- Name => 'Search',
- Image => 'search.png',
- Link => 'Action=AgentIncident&Subaction=IncidentSearch',
- NavBar => 'Incident',
- Prio => 300,
- AccessKey => 's',
- },
- ],
- };
-
# Address-Regex
$Self->{'Incident::AddressRegex'} = {
--- 494,497 ----
***************
*** 608,653 ****
};
- # attachment import module
- $Self->{'Ticket::Frontend::ArticleAttachmentModule'}->{'99-IODEF-Import'} = {
- Module => 'Kernel::Output::HTML::ArticleAttachmentIODEFImport',
- };
-
- # postmaster module to parse iodef in incoming emails
- $Self->{'PostMaster::PostFilterModule'}->{'5-IODEF'} = {
- Module => 'Kernel::System::PostMaster::Filter::IODEF',
- };
-
- # send filter, don't send iodef document in plain (just crypted)
- $Self->{'Ticket::Frontend::ArticleComposeModule'}->{'99-IODEF-Check'} = {
- Module => 'Kernel::Output::HTML::ArticleComposeIODEFCheck',
- };
-
- # show ticket menu incident link
- $Self->{'Ticket::Frontend::MenuModule'}->{'999-Incident'} = {
- Module => 'Kernel::Output::HTML::TicketMenuIncident',
- Name => 'Incident',
- Action => 'AgentIncident',
- Description => 'Edit Incident!',
- Link => 'Action=AgentIncident&Subaction=IncidentView&TicketID=$QData{"TicketID"}',
- };
- $Self->{'Ticket::Frontend::PreMenuModule'}->{'999-Incident'} = {
- Module => 'Kernel::Output::HTML::TicketMenuIncident',
- Name => 'Incident',
- Action => 'AgentIncident',
- Description => 'Edit Incident!',
- Link => 'Action=AgentIncident&Subaction=IncidentView&TicketID=$QData{"TicketID"}',
- };
-
- # --
- # object link settings
- # --
- $Self->{'LinkObject'}->{'Event'} = {
- Name => 'Event Sub-Object',
- Type => 'SubObject',
- LinkObjects => ['Artefact'],
- };
-
- # workflow
- $Self->{Workflow}->{'Incident'}->{'Incident'} = ['Coordination', 'Incident'];
-
1;
\ No newline at end of file
--- 538,540 ----
More information about the cvs-log
mailing list