[otrs-cvs] otrs/Kernel/Output/HTML DashboardTicketGeneric.pm, 1.51, 1.52
"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-serv31446/Kernel/Output/HTML
Modified Files:
DashboardTicketGeneric.pm
Log Message:
- 2012-11-29 Fixed bug#8948 - CIC: Dashboard Filters shows error, customer_id will be lost.
Author: mg
Index: DashboardTicketGeneric.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/DashboardTicketGeneric.pm,v
retrieving revision 1.51
retrieving revision 1.52
diff -2 -u -d -r1.51 -r1.52
--- DashboardTicketGeneric.pm 20 Nov 2012 14:58:00 -0000 1.51
+++ DashboardTicketGeneric.pm 29 Nov 2012 14:07:31 -0000 1.52
@@ -276,4 +276,5 @@
Name => 'ContentLargeTicketGenericFilter',
Data => {
+ %Param,
%{ $Self->{Config} },
Name => $Self->{Name},
@@ -287,4 +288,5 @@
Name => 'ContentLargeTicketGenericFilterWatcher',
Data => {
+ %Param,
%{ $Self->{Config} },
Name => $Self->{Name},
@@ -299,4 +301,5 @@
Name => 'ContentLargeTicketGenericFilterResponsible',
Data => {
+ %Param,
%{ $Self->{Config} },
Name => $Self->{Name},
@@ -311,4 +314,5 @@
Name => 'ContentLargeTicketGenericFilterMyQueues',
Data => {
+ %Param,
%{ $Self->{Config} },
Name => $Self->{Name},
---------------------------------------------------------------------
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