[otrs-cvs] otrs/Kernel/Output/HTML DashboardCustomerIDStatus.pm, 1.4, 1.5
"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-serv4861/Kernel/Output/HTML
Modified Files:
DashboardCustomerIDStatus.pm
Log Message:
Made permission configurable for CIC company status ticket search, defaults to rw for now.
Author: mg
Index: DashboardCustomerIDStatus.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/DashboardCustomerIDStatus.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -2 -u -d -r1.4 -r1.5
--- DashboardCustomerIDStatus.pm 20 Nov 2012 14:57:04 -0000 1.4
+++ DashboardCustomerIDStatus.pm 3 Dec 2012 09:11:00 -0000 1.5
@@ -76,4 +76,5 @@
CustomerID => $CustomerIDSQL,
Result => 'COUNT',
+ Permission => $Self->{Config}->{Permission},
UserID => $Self->{UserID},
CacheTTL => $Self->{Config}->{CacheTTLLocal} * 60,
@@ -93,4 +94,5 @@
CustomerID => $CustomerIDSQL,
Result => 'COUNT',
+ Permission => $Self->{Config}->{Permission},
UserID => $Self->{UserID},
CacheTTL => $Self->{Config}->{CacheTTLLocal} * 60,
@@ -110,4 +112,5 @@
CustomerID => $CustomerIDSQL,
Result => 'COUNT',
+ Permission => $Self->{Config}->{Permission},
UserID => $Self->{UserID},
CacheTTL => $Self->{Config}->{CacheTTLLocal} * 60,
@@ -126,4 +129,5 @@
CustomerID => $CustomerIDSQL,
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