[otrs-cvs] otrs/Kernel/Output/HTML DashboardCustomerUserList.pm, 1.9, 1.10
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/Output/HTML
In directory lancelot:/tmp/cvs-serv9088/Kernel/Output/HTML
Modified Files:
DashboardCustomerUserList.pm
Log Message:
Use the configured permission for ticket searching.
Author: mg
Index: DashboardCustomerUserList.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/DashboardCustomerUserList.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -2 -u -d -r1.9 -r1.10
--- DashboardCustomerUserList.pm 20 Nov 2012 14:57:15 -0000 1.9
+++ DashboardCustomerUserList.pm 3 Dec 2012 09:24:17 -0000 1.10
@@ -213,4 +213,5 @@
CustomerUserLogin => $CustomerKeySQL,
Result => 'COUNT',
+ Permission => $Self->{Config}->{Permission},
UserID => $Self->{UserID},
CacheTTL => $Self->{Config}->{CacheTTLLocal} * 60,
@@ -231,4 +232,5 @@
CustomerUserLogin => $CustomerKeySQL,
Result => 'COUNT',
+ Permission => $Self->{Config}->{Permission},
UserID => $Self->{UserID},
CacheTTL => $Self->{Config}->{CacheTTLLocal} * 60,
---------------------------------------------------------------------
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