[otrs-cvs] ITSMChangeManagement/Kernel/Modules AgentITSMWorkOrderTemplate.pm, 1.12, 1.13 AgentITSMChangeConditionEdit.pm, 1.47, 1.48 AgentITSMTemplateOverview.pm, 1.18, 1.19 AgentITSMChangeMyChanges.pm, 1.6, 1.7 AgentITSMChangeMyCAB.pm, 1.5, 1.6 AgentITSMChangePrint.pm, 1.43, 1.44 AgentITSMChangeInvolvedPersons.pm, 1.45, 1.46 AgentITSMChangeHistory.pm, 1.54, 1.55 AgentITSMWorkOrderDelete.pm, 1.12, 1.13 AgentITSMChangeSchedule.pm, 1.4, 1.5 AgentITSMChange.pm, 1.32, 1.33 AgentITSMChangeTimeSlot.pm, 1.37, 1.38 AgentITSMWorkOrderEdit.pm, 1.54, 1.55 AgentITSMChangeReset.pm, 1.2, 1.3 AgentITSMWorkOrderZoom.pm, 1.51, 1.52 AgentITSMWorkOrderTake.pm, 1.8, 1.9 AgentITSMTemplateEdit.pm, 1.7, 1.8 AgentITSMChangeTemplate.pm, 1.14, 1.15 AgentITSMChangeMyWorkOrders.pm, 1.7, 1.8 AgentITSMTemplateDelete.pm, 1.5, 1.6 AgentITSMChangeManager.pm, 1.9, 1.10 AgentITSMChangePSA.pm, 1.3, 1.4

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv10696/Kernel/Modules

Modified Files:
	AgentITSMWorkOrderTemplate.pm AgentITSMChangeConditionEdit.pm 
	AgentITSMTemplateOverview.pm AgentITSMChangeMyChanges.pm 
	AgentITSMChangeMyCAB.pm AgentITSMChangePrint.pm 
	AgentITSMChangeInvolvedPersons.pm AgentITSMChangeHistory.pm 
	AgentITSMWorkOrderDelete.pm AgentITSMChangeSchedule.pm 
	AgentITSMChange.pm AgentITSMChangeTimeSlot.pm 
	AgentITSMWorkOrderEdit.pm AgentITSMChangeReset.pm 
	AgentITSMWorkOrderZoom.pm AgentITSMWorkOrderTake.pm 
	AgentITSMTemplateEdit.pm AgentITSMChangeTemplate.pm 
	AgentITSMChangeMyWorkOrders.pm AgentITSMTemplateDelete.pm 
	AgentITSMChangeManager.pm AgentITSMChangePSA.pm 
	AgentITSMWorkOrderAgent.pm AgentITSMChangeCondition.pm 
	AgentITSMChangeDelete.pm AgentITSMWorkOrderAdd.pm 
	AgentITSMChangeCABTemplate.pm AgentITSMChangeHistoryZoom.pm 
	AgentITSMChangeZoom.pm AgentITSMWorkOrderHistoryZoom.pm 
	AgentITSMWorkOrderHistory.pm AgentITSMChangeAdd.pm 
	AgentITSMChangeEdit.pm AgentITSMChangePIR.pm 
	AgentITSMWorkOrderReport.pm 
Log Message:
Added optional Action parameter to Permission functions to simplify future developments for the permission modules based on the current action.

Author: ub

Index: AgentITSMWorkOrderTemplate.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderTemplate.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -2 -u -d -r1.12 -r1.13
--- AgentITSMWorkOrderTemplate.pm	28 Oct 2010 12:56:32 -0000	1.12
+++ AgentITSMWorkOrderTemplate.pm	5 Feb 2013 20:23:10 -0000	1.13
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderTemplate.pm - the OTRS::ITSM::ChangeManagement add template module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -92,4 +92,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $WorkOrder->{ChangeID},
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeConditionEdit.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeConditionEdit.pm,v
retrieving revision 1.47
retrieving revision 1.48
diff -2 -u -d -r1.47 -r1.48
--- AgentITSMChangeConditionEdit.pm	14 Apr 2011 16:24:47 -0000	1.47
+++ AgentITSMChangeConditionEdit.pm	5 Feb 2013 20:23:10 -0000	1.48
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeConditionEdit.pm - the OTRS::ITSM::ChangeManagement condition edit module
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -78,4 +78,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $GetParam{ChangeID},
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMTemplateOverview.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMTemplateOverview.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -2 -u -d -r1.18 -r1.19
--- AgentITSMTemplateOverview.pm	6 Dec 2010 12:36:28 -0000	1.18
+++ AgentITSMTemplateOverview.pm	5 Feb 2013 20:23:10 -0000	1.19
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMTemplateOverview.pm - the template overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -57,4 +57,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangeMyChanges.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeMyChanges.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- AgentITSMChangeMyChanges.pm	28 Oct 2010 12:56:32 -0000	1.6
+++ AgentITSMChangeMyChanges.pm	5 Feb 2013 20:23:10 -0000	1.7
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeMyChanges.pm - the OTRS::ITSM::ChangeManagement MyChanges overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -56,4 +56,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangeMyCAB.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeMyCAB.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -2 -u -d -r1.5 -r1.6
--- AgentITSMChangeMyCAB.pm	28 Oct 2010 12:56:32 -0000	1.5
+++ AgentITSMChangeMyCAB.pm	5 Feb 2013 20:23:10 -0000	1.6
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeMyCAB.pm - the OTRS::ITSM::ChangeManagement MyCAB overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -56,4 +56,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangePrint.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangePrint.pm,v
retrieving revision 1.43
retrieving revision 1.44
diff -2 -u -d -r1.43 -r1.44
--- AgentITSMChangePrint.pm	28 Oct 2010 12:56:32 -0000	1.43
+++ AgentITSMChangePrint.pm	5 Feb 2013 20:23:10 -0000	1.44
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangePrint.pm - the OTRS::ITSM::ChangeManagement change print module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -79,4 +79,5 @@
         my $Access = $Self->{WorkOrderObject}->Permission(
             Type        => $Self->{Config}->{Permission},
+            Action      => $Self->{Action},
             WorkOrderID => $WorkOrderID,
             UserID      => $Self->{UserID},
@@ -134,4 +135,5 @@
         my $Access = $Self->{ChangeObject}->Permission(
             Type     => $Self->{Config}->{Permission},
+            Action   => $Self->{Action},
             ChangeID => $ChangeID,
             UserID   => $Self->{UserID},
@@ -1375,5 +1377,5 @@
                 qw( WorkOrderNumber WorkOrderTitle WorkOrderState
                     PlannedStartTime PlannedEndTime ActualStartTime ActualEndTime )
-                } = @{$WorkOrder};
+            } = @{$WorkOrder};
 
             $Self->{LayoutObject}->Block(

Author: ub

Index: AgentITSMChangeInvolvedPersons.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeInvolvedPersons.pm,v
retrieving revision 1.45
retrieving revision 1.46
diff -2 -u -d -r1.45 -r1.46
--- AgentITSMChangeInvolvedPersons.pm	22 Nov 2012 16:01:30 -0000	1.45
+++ AgentITSMChangeInvolvedPersons.pm	5 Feb 2013 20:23:10 -0000	1.46
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeInvolvedPersons.pm - the OTRS::ITSM::ChangeManagement change involved persons module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -67,4 +67,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeHistory.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeHistory.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -2 -u -d -r1.54 -r1.55
--- AgentITSMChangeHistory.pm	17 Aug 2011 09:45:13 -0000	1.54
+++ AgentITSMChangeHistory.pm	5 Feb 2013 20:23:10 -0000	1.55
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeHistory.pm - the OTRS::ITSM::ChangeManagement change history module
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -75,4 +75,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMWorkOrderDelete.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderDelete.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -2 -u -d -r1.12 -r1.13
--- AgentITSMWorkOrderDelete.pm	28 Oct 2010 12:56:32 -0000	1.12
+++ AgentITSMWorkOrderDelete.pm	5 Feb 2013 20:23:10 -0000	1.13
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderDelete.pm - the OTRS::ITSM::ChangeManagement workorder delete module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -81,4 +81,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $WorkOrder->{ChangeID},
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeSchedule.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeSchedule.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- AgentITSMChangeSchedule.pm	28 Sep 2011 02:30:00 -0000	1.4
+++ AgentITSMChangeSchedule.pm	5 Feb 2013 20:23:10 -0000	1.5
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeSchedule.pm - the OTRS::ITSM::ChangeManagement change schedule overview module
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -56,4 +56,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChange.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChange.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -2 -u -d -r1.32 -r1.33
--- AgentITSMChange.pm	15 Jan 2011 20:04:24 -0000	1.32
+++ AgentITSMChange.pm	5 Feb 2013 20:23:10 -0000	1.33
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChange.pm - the OTRS::ITSM::ChangeManagement change overview module
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -56,4 +56,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangeTimeSlot.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeTimeSlot.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -2 -u -d -r1.37 -r1.38
--- AgentITSMChangeTimeSlot.pm	14 May 2012 18:56:36 -0000	1.37
+++ AgentITSMChangeTimeSlot.pm	5 Feb 2013 20:23:10 -0000	1.38
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeTimeSlot.pm - the OTRS::ITSM::ChangeManagement move time slot module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -65,4 +65,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMWorkOrderEdit.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderEdit.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -2 -u -d -r1.54 -r1.55
--- AgentITSMWorkOrderEdit.pm	29 Aug 2012 09:38:36 -0000	1.54
+++ AgentITSMWorkOrderEdit.pm	5 Feb 2013 20:23:10 -0000	1.55
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderEdit.pm - the OTRS::ITSM::ChangeManagement workorder edit module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -89,4 +89,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $WorkOrder->{ChangeID},
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeReset.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeReset.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -2 -u -d -r1.2 -r1.3
--- AgentITSMChangeReset.pm	16 Feb 2012 15:26:47 -0000	1.2
+++ AgentITSMChangeReset.pm	5 Feb 2013 20:23:10 -0000	1.3
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeReset.pm - the OTRS::ITSM::ChangeManagement change reset module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -67,4 +67,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMWorkOrderZoom.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderZoom.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -2 -u -d -r1.51 -r1.52
--- AgentITSMWorkOrderZoom.pm	20 Dec 2010 14:30:38 -0000	1.51
+++ AgentITSMWorkOrderZoom.pm	5 Feb 2013 20:23:10 -0000	1.52
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderZoom.pm - the OTRS::ITSM::ChangeManagement workorder zoom module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -67,4 +67,5 @@
     my $Access = $Self->{WorkOrderObject}->Permission(
         Type        => $Self->{Config}->{Permission},
+        Action      => $Self->{Action},
         WorkOrderID => $WorkOrderID,
         UserID      => $Self->{UserID},

Author: ub

Index: AgentITSMWorkOrderTake.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderTake.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -2 -u -d -r1.8 -r1.9
--- AgentITSMWorkOrderTake.pm	28 Oct 2010 12:56:32 -0000	1.8
+++ AgentITSMWorkOrderTake.pm	5 Feb 2013 20:23:10 -0000	1.9
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderTake.pm - the OTRS::ITSM::ChangeManagement workorder take module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -80,4 +80,5 @@
     my $Access = $Self->{WorkOrderObject}->Permission(
         Type               => $Self->{Config}->{Permission},
+        Action             => $Self->{Action},
         PermissionRegistry => 'ITSMWorkOrder::TakePermission',
         WorkOrderID        => $WorkOrderID,

Author: ub

Index: AgentITSMTemplateEdit.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMTemplateEdit.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- AgentITSMTemplateEdit.pm	13 Dec 2011 15:42:21 -0000	1.7
+++ AgentITSMTemplateEdit.pm	5 Feb 2013 20:23:10 -0000	1.8
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMTemplateEdit.pm - the template edit module
-# Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -55,4 +55,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangeTemplate.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeTemplate.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -2 -u -d -r1.14 -r1.15
--- AgentITSMChangeTemplate.pm	28 Oct 2010 12:56:32 -0000	1.14
+++ AgentITSMChangeTemplate.pm	5 Feb 2013 20:23:10 -0000	1.15
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeTemplate.pm - the OTRS::ITSM::ChangeManagement add template module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -67,4 +67,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeMyWorkOrders.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeMyWorkOrders.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -2 -u -d -r1.7 -r1.8
--- AgentITSMChangeMyWorkOrders.pm	28 Oct 2010 12:56:32 -0000	1.7
+++ AgentITSMChangeMyWorkOrders.pm	5 Feb 2013 20:23:10 -0000	1.8
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeMyWorkOrders.pm - the OTRS::ITSM::ChangeManagement MyWorkOrders overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -58,4 +58,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMTemplateDelete.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMTemplateDelete.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -2 -u -d -r1.5 -r1.6
--- AgentITSMTemplateDelete.pm	28 Oct 2010 12:56:32 -0000	1.5
+++ AgentITSMTemplateDelete.pm	5 Feb 2013 20:23:10 -0000	1.6
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMTemplateDelete.pm - the OTRS::ITSM::ChangeManagement template delete module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -54,4 +54,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangeManager.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeManager.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -2 -u -d -r1.9 -r1.10
--- AgentITSMChangeManager.pm	28 Oct 2010 12:56:32 -0000	1.9
+++ AgentITSMChangeManager.pm	5 Feb 2013 20:23:10 -0000	1.10
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeManager.pm - the OTRS::ITSM::ChangeManagement Change-Manager overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -56,4 +56,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangePSA.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangePSA.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -2 -u -d -r1.3 -r1.4
--- AgentITSMChangePSA.pm	28 Oct 2010 12:56:32 -0000	1.3
+++ AgentITSMChangePSA.pm	5 Feb 2013 20:23:10 -0000	1.4
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangePSA.pm - the OTRS::ITSM::ChangeManagement change projected service availibility overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -56,4 +56,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMWorkOrderAgent.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderAgent.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -2 -u -d -r1.42 -r1.43
--- AgentITSMWorkOrderAgent.pm	21 Nov 2012 10:19:33 -0000	1.42
+++ AgentITSMWorkOrderAgent.pm	5 Feb 2013 20:23:10 -0000	1.43
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderAgent.pm - the OTRS::ITSM::ChangeManagement workorder agent edit module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -79,4 +79,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $WorkOrder->{ChangeID},
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeCondition.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeCondition.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -2 -u -d -r1.8 -r1.9
--- AgentITSMChangeCondition.pm	6 Dec 2010 12:28:44 -0000	1.8
+++ AgentITSMChangeCondition.pm	5 Feb 2013 20:23:10 -0000	1.9
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeCondition.pm - the OTRS::ITSM::ChangeManagement condition overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -70,4 +70,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $GetParam{ChangeID},
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeDelete.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeDelete.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -2 -u -d -r1.2 -r1.3
--- AgentITSMChangeDelete.pm	21 Feb 2012 19:10:08 -0000	1.2
+++ AgentITSMChangeDelete.pm	5 Feb 2013 20:23:10 -0000	1.3
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeDelete.pm - the OTRS::ITSM::ChangeManagement change delete module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -63,4 +63,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMWorkOrderAdd.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderAdd.pm,v
retrieving revision 1.68
retrieving revision 1.69
diff -2 -u -d -r1.68 -r1.69
--- AgentITSMWorkOrderAdd.pm	29 Aug 2012 09:38:36 -0000	1.68
+++ AgentITSMWorkOrderAdd.pm	5 Feb 2013 20:23:10 -0000	1.69
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderAdd.pm - the OTRS::ITSM::ChangeManagement workorder add module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -77,4 +77,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeCABTemplate.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeCABTemplate.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -2 -u -d -r1.6 -r1.7
--- AgentITSMChangeCABTemplate.pm	21 Dec 2010 19:41:39 -0000	1.6
+++ AgentITSMChangeCABTemplate.pm	5 Feb 2013 20:23:10 -0000	1.7
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeCABTemplate.pm - the OTRS::ITSM::ChangeManagement add CAB template module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -67,4 +67,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeHistoryZoom.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeHistoryZoom.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -2 -u -d -r1.10 -r1.11
--- AgentITSMChangeHistoryZoom.pm	28 Oct 2010 12:56:32 -0000	1.10
+++ AgentITSMChangeHistoryZoom.pm	5 Feb 2013 20:23:10 -0000	1.11
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeHistoryZoom.pm - the OTRS::ITSM::ChangeManagement change history zoom module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -82,4 +82,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $HistoryEntry->{ChangeID},
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangeZoom.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeZoom.pm,v
retrieving revision 1.60
retrieving revision 1.61
diff -2 -u -d -r1.60 -r1.61
--- AgentITSMChangeZoom.pm	13 Apr 2012 00:20:00 -0000	1.60
+++ AgentITSMChangeZoom.pm	5 Feb 2013 20:23:10 -0000	1.61
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeZoom.pm - the OTRS::ITSM::ChangeManagement change zoom module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -69,4 +69,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMWorkOrderHistoryZoom.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderHistoryZoom.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -2 -u -d -r1.10 -r1.11
--- AgentITSMWorkOrderHistoryZoom.pm	28 Oct 2010 12:56:32 -0000	1.10
+++ AgentITSMWorkOrderHistoryZoom.pm	5 Feb 2013 20:23:10 -0000	1.11
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderHistoryZoom.pm - the OTRS::ITSM::ChangeManagement workorder history zoom module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -82,4 +82,5 @@
     my $Access = $Self->{WorkOrderObject}->Permission(
         Type        => $Self->{Config}->{Permission},
+        Action      => $Self->{Action},
         WorkOrderID => $HistoryEntry->{WorkOrderID},
         UserID      => $Self->{UserID},

Author: ub

Index: AgentITSMWorkOrderHistory.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderHistory.pm,v
retrieving revision 1.23
retrieving revision 1.24
diff -2 -u -d -r1.23 -r1.24
--- AgentITSMWorkOrderHistory.pm	28 Oct 2010 12:56:32 -0000	1.23
+++ AgentITSMWorkOrderHistory.pm	5 Feb 2013 20:23:10 -0000	1.24
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderHistory.pm - the OTRS::ITSM::ChangeManagement workorder history module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -71,4 +71,5 @@
     my $Access = $Self->{WorkOrderObject}->Permission(
         Type        => $Self->{Config}->{Permission},
+        Action      => $Self->{Action},
         WorkOrderID => $WorkOrderID,
         UserID      => $Self->{UserID},

Author: ub

Index: AgentITSMChangeAdd.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeAdd.pm,v
retrieving revision 1.71
retrieving revision 1.72
diff -2 -u -d -r1.71 -r1.72
--- AgentITSMChangeAdd.pm	14 May 2012 18:56:36 -0000	1.71
+++ AgentITSMChangeAdd.pm	5 Feb 2013 20:23:10 -0000	1.72
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeAdd.pm - the OTRS::ITSM::ChangeManagement change add module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -68,4 +68,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMChangeEdit.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangeEdit.pm,v
retrieving revision 1.52
retrieving revision 1.53
diff -2 -u -d -r1.52 -r1.53
--- AgentITSMChangeEdit.pm	14 May 2012 18:56:36 -0000	1.52
+++ AgentITSMChangeEdit.pm	5 Feb 2013 20:23:10 -0000	1.53
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangeEdit.pm - the OTRS::ITSM::ChangeManagement change edit module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -75,4 +75,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type     => $Self->{Config}->{Permission},
+        Action   => $Self->{Action},
         ChangeID => $ChangeID,
         UserID   => $Self->{UserID},

Author: ub

Index: AgentITSMChangePIR.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMChangePIR.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -2 -u -d -r1.9 -r1.10
--- AgentITSMChangePIR.pm	28 Oct 2010 12:56:32 -0000	1.9
+++ AgentITSMChangePIR.pm	5 Feb 2013 20:23:10 -0000	1.10
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMChangePIR.pm - the OTRS::ITSM::ChangeManagement PIR overview module
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -58,4 +58,5 @@
     my $Access = $Self->{ChangeObject}->Permission(
         Type   => $Self->{Config}->{Permission},
+        Action => $Self->{Action},
         UserID => $Self->{UserID},
     );

Author: ub

Index: AgentITSMWorkOrderReport.pm
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Modules/AgentITSMWorkOrderReport.pm,v
retrieving revision 1.37
retrieving revision 1.38
diff -2 -u -d -r1.37 -r1.38
--- AgentITSMWorkOrderReport.pm	14 May 2012 18:56:36 -0000	1.37
+++ AgentITSMWorkOrderReport.pm	5 Feb 2013 20:23:10 -0000	1.38
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentITSMWorkOrderReport.pm - the OTRS::ITSM::ChangeManagement workorder report module
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -65,4 +65,5 @@
     my $Access = $Self->{WorkOrderObject}->Permission(
         Type        => $Self->{Config}->{Permission},
+        Action      => $Self->{Action},
         WorkOrderID => $WorkOrderID,
         UserID      => $Self->{UserID},
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.