[otrs-cvs] otrs/Kernel/Modules AdminProcessManagement.pm, 1.48, 1.49

"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-serv14015/Kernel/Modules

Modified Files:
	AdminProcessManagement.pm 
Log Message:
Dont output empty transition action configuration items.

Author: mab

Index: AdminProcessManagement.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/Modules/AdminProcessManagement.pm,v
retrieving revision 1.48
retrieving revision 1.49
diff -2 -u -d -r1.48 -r1.49
--- AdminProcessManagement.pm	7 Feb 2013 08:52:54 -0000	1.48
+++ AdminProcessManagement.pm	7 Feb 2013 08:57:26 -0000	1.49
@@ -789,6 +789,9 @@
                     );
 
+                    CONFIGITEM:
                     for my $ConfigItem ( keys %{$Config} ) {
 
+                        next CONFIGITEM if !$ConfigItem;
+
                         $Self->{LayoutObject}->Block(
                             Name => 'ConfigRow',
---------------------------------------------------------------------
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.