[otrs-cvs] otrs/Kernel/Output/HTML DashboardCalendar.pm,1.26,1.27
"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-serv18552/Kernel/Output/HTML
Modified Files:
DashboardCalendar.pm
Log Message:
Fixed bug#8999 - Upcoming event with duplicate dates not displayed in Dashboard. Thanks to Pawel @ IB Team!
Author: mb
Index: DashboardCalendar.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Output/HTML/DashboardCalendar.pm,v
retrieving revision 1.26
retrieving revision 1.27
diff -2 -u -d -r1.26 -r1.27
--- DashboardCalendar.pm 20 Nov 2012 14:56:51 -0000 1.26
+++ DashboardCalendar.pm 19 Dec 2012 08:15:15 -0000 1.27
@@ -143,5 +143,5 @@
# remember attributes for content table
- $Date{$TimeStamp} = {
+ $Date{ $TimeStamp . '::' . $TicketID } = {
Type => $Type,
Text => $Map{$Type}->[0],
@@ -172,5 +172,5 @@
}
- # fillup if not content exists
+ # fillup if no content exists
if ( !$Count ) {
$Self->{LayoutObject}->Block(
---------------------------------------------------------------------
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