[otrs-cvs] ITSMCore/Kernel/Modules AdminSLA.pm,1.11,1.11.2.1
"CVS commits notifications of OTRS.org" <[email protected]> Wed, 3 Jul 2013 14:15:34 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMCore/Kernel/Modules
In directory lancelot:/tmp/cvs-serv10377/Kernel/Modules
Modified Files:
Tag: rel-3_2
AdminSLA.pm
Log Message:
Updated files to latest framework version.
Author: ub
Index: AdminSLA.pm
===================================================================
RCS file: /home/cvs/ITSMCore/Kernel/Modules/AdminSLA.pm,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -2 -u -d -r1.11 -r1.11.2.1
--- AdminSLA.pm 13 Jun 2013 08:47:57 -0000 1.11
+++ AdminSLA.pm 3 Jul 2013 14:15:29 -0000 1.11.2.1
@@ -247,6 +247,7 @@
# get service list
my %ServiceList = $Self->{ServiceObject}->ServiceList(
- Valid => 0,
- UserID => $Self->{UserID},
+ Valid => 1,
+ KeepChildren => 1,
+ UserID => $Self->{UserID},
);
@@ -350,6 +351,7 @@
# get service list
my %ServiceList = $Self->{ServiceObject}->ServiceList(
- Valid => 1,
- UserID => $Self->{UserID},
+ Valid => 1,
+ KeepChildren => 1,
+ UserID => $Self->{UserID},
);
@@ -363,4 +365,5 @@
Translation => 0,
Max => 200,
+ TreeView => 1,
);
# ---
---------------------------------------------------------------------
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