[otrs-cvs] ITSMIncidentProblemManagement/Kernel/Modules AgentTicketZoom.pm, 1.42, 1.43
"CVS commits notifications of OTRS.org" <[email protected]> Wed, 17 Apr 2013 12:28:14 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules
In directory lancelot:/tmp/cvs-serv31914/Kernel/Modules
Modified Files:
AgentTicketZoom.pm
Log Message:
Updated file to latest framework version.
Author: ub
Index: AgentTicketZoom.pm
===================================================================
RCS file: /home/cvs/ITSMIncidentProblemManagement/Kernel/Modules/AgentTicketZoom.pm,v
retrieving revision 1.42
retrieving revision 1.43
diff -2 -u -d -r1.42 -r1.43
--- AgentTicketZoom.pm 26 Mar 2013 14:14:00 -0000 1.42
+++ AgentTicketZoom.pm 17 Apr 2013 12:28:09 -0000 1.43
@@ -1140,4 +1140,5 @@
Value => $Ticket{ 'DynamicField_' . $DynamicFieldConfig->{Name} },
LayoutObject => $Self->{LayoutObject},
+
# no ValueMaxChars here, enough space available
);
@@ -1159,5 +1160,5 @@
Value => $Ticket{ 'DynamicField_' . $DynamicFieldConfig->{Name} },
LayoutObject => $Self->{LayoutObject},
- ValueMaxChars => 18, # limit for sidebar display
+ ValueMaxChars => 18, # limit for sidebar display
);
@@ -1284,4 +1285,7 @@
Data => {
%Ticket,
+
+ # alias for ticket title, Title will be overwritten
+ TicketTitle => $Ticket{Title},
Value => $Field->{Value},
Title => $Field->{Title},
@@ -1356,4 +1360,7 @@
Data => {
%Ticket,
+
+ # alias for ticket title, Title will be overwritten
+ TicketTitle => $Ticket{Title},
Value => $Field->{Value},
Title => $Field->{Title},
@@ -1390,4 +1397,7 @@
Data => {
%Ticket,
+
+ # alias for ticket title, Title will be overwritten
+ TicketTitle => $Ticket{Title},
Value => $Field->{Value},
Title => $Field->{Title},
@@ -2296,4 +2306,7 @@
Data => {
%Ticket,
+
+ # alias for ticket title, Title will be overwritten
+ TicketTitle => $Ticket{Title},
Value => $ValueStrg->{Value},
Title => $ValueStrg->{Title},
@@ -2331,4 +2344,8 @@
Name => 'ArticleDynamicField' . $DynamicFieldConfig->{Name} . 'Link',
Data => {
+ %Ticket,
+
+ # alias for ticket title, Title will be overwritten
+ TicketTitle => $Ticket{Title},
Value => $ValueStrg->{Value},
Title => $ValueStrg->{Title},
---------------------------------------------------------------------
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