[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Modules CustomerTicketZoom.pm, 1.20, 1.21
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv10582/Kernel/Modules
Modified Files:
CustomerTicketZoom.pm
Log Message:
Updated files to the latest framework version.
Author: ub
Index: CustomerTicketZoom.pm
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules/CustomerTicketZoom.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- CustomerTicketZoom.pm 18 Oct 2012 16:34:09 -0000 1.20
+++ CustomerTicketZoom.pm 22 Nov 2012 13:07:46 -0000 1.21
@@ -4,5 +4,5 @@
# --
# $Id$
-# $OldId: CustomerTicketZoom.pm,v 1.88 2012/01/27 12:29:12 mb Exp $
+# $OldId: CustomerTicketZoom.pm,v 1.106 2012/11/20 14:54:36 mh Exp $
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
@@ -21,4 +21,9 @@
use Kernel::System::DynamicField;
use Kernel::System::DynamicField::Backend;
+use Kernel::System::ProcessManagement::Activity;
+use Kernel::System::ProcessManagement::ActivityDialog;
[...1072 lines suppressed...]
+ }
+
+ # cycle trough the activated Dynamic Fields for this screen
+ DYNAMICFIELD:
+ for my $DynamicFieldConfig ( @{ $Self->{FollowUpDynamicField} } ) {
+ next DYNAMICFIELD if !IsHashRefWithData($DynamicFieldConfig);
+
+ my $Updateable = $Self->{BackendObject}->IsAJAXUpdateable(
+ DynamicFieldConfig => $DynamicFieldConfig,
+ );
+
+ next DYNAMICFIELD if !$Updateable;
+
+ push @UpdatableFields, 'DynamicField_' . $DynamicFieldConfig->{Name};
+ }
+
+ return \@UpdatableFields;
+}
+
1;
---------------------------------------------------------------------
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