[otrs-cvs] otrs/Kernel/Modules AgentTicketZoom.pm, 1.177.2.1, 1.177.2.2

"CVS commits notifications of OTRS.org" <[email protected]>
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/otrs/Kernel/Modules
In directory lancelot:/tmp/cvs-serv1436/Kernel/Modules

Modified Files:
      Tag: rel-3_1
	AgentTicketZoom.pm 
Log Message:
Fixed bug#8545 - Attachment download not possible if pop up of another action is open.

Author: mn

Index: AgentTicketZoom.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AgentTicketZoom.pm,v
retrieving revision 1.177.2.1
retrieving revision 1.177.2.2
diff -2 -u -d -r1.177.2.1 -r1.177.2.2
--- AgentTicketZoom.pm	26 Jun 2012 07:48:26 -0000	1.177.2.1
+++ AgentTicketZoom.pm	2 Jan 2013 13:02:46 -0000	1.177.2.2
@@ -1,5 +1,5 @@
 # --
 # Kernel/Modules/AgentTicketZoom.pm - to get a closer view
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
 # --
 # $Id$
@@ -423,5 +423,5 @@
             next ARTICLE
                 if $Self->{ConfigObject}->Get('Ticket::NewArticleIgnoreSystemSender')
-                    && $Article->{SenderType} eq 'system';
+                && $Article->{SenderType} eq 'system';
 
             # get article flags
@@ -1011,5 +1011,5 @@
         next ARTICLE
             if $Self->{ConfigObject}->Get('Ticket::NewArticleIgnoreSystemSender')
-                && $Article->{SenderType} eq 'system';
+            && $Article->{SenderType} eq 'system';
 
         # get article flags
@@ -1266,5 +1266,5 @@
 
         # if attachment will be forced to download, don't open a new download window!
-        my $Target = '';
+        my $Target = 'target="AttachmentWindow" ';
         if ( $Type =~ /inline/i ) {
             $Target = 'target="attachment" ';
---------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.