[otrs-cvs] ITSMConfigurationManagement/Kernel/Modules AdminITSMConfigItem.pm, 1.5, 1.6
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMConfigurationManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv31768/Kernel/Modules
Modified Files:
AdminITSMConfigItem.pm
Log Message:
Fixed bug #7989 - Unnecessary hugh size of config item definition text area.
Author: ub
Index: AdminITSMConfigItem.pm
===================================================================
RCS file: /home/cvs/ITSMConfigurationManagement/Kernel/Modules/AdminITSMConfigItem.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -2 -u -d -r1.5 -r1.6
--- AdminITSMConfigItem.pm 13 Aug 2010 20:07:10 -0000 1.5
+++ AdminITSMConfigItem.pm 24 Jan 2013 10:28:12 -0000 1.6
@@ -1,5 +1,5 @@
# --
# Kernel/Modules/AdminITSMConfigItem.pm - admin frontend to manage config items
-# Copyright (C) 2001-2010 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -37,4 +37,7 @@
$Self->{ConfigItemObject} = Kernel::System::ITSMConfigItem->new(%Param);
+ # get config of frontend module
+ $Self->{Config} = $Self->{ConfigObject}->Get("ITSMConfigItem::Frontend::$Self->{Action}");
+
return $Self;
}
@@ -243,4 +246,5 @@
ClassID => $ClassID,
Class => $ClassList->{$ClassID},
+ Rows => $Self->{Config}->{EditorRows} || 30,
},
);
---------------------------------------------------------------------
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