[otrs-cvs] ITSMConfigItem/Kernel/Modules AgentITSMConfigItemZoom.pm, 1.40, 1.41
CVS commits notifications of OTRS.org
cvs-log at otrs.org
Sun May 4 12:48:23 GMT 2008
Comments:
Update of /home/cvs/ITSMConfigItem/Kernel/Modules
In directory lancelot:/tmp/cvs-serv28639/Kernel/Modules
Modified Files:
AgentITSMConfigItemZoom.pm
Log Message:
Fixed bug# 2876 - No mouseover info available for name, deployment state and incident state.
Author: mh
Index: AgentITSMConfigItemZoom.pm
===================================================================
RCS file: /home/cvs/ITSMConfigItem/Kernel/Modules/AgentITSMConfigItemZoom.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** AgentITSMConfigItemZoom.pm 18 Feb 2008 20:02:48 -0000 1.40
--- AgentITSMConfigItemZoom.pm 4 May 2008 12:48:18 -0000 1.41
***************
*** 215,220 ****
Name => 'Data',
Data => {
! Name => 'Name',
! Value => $Version->{Name},
},
);
--- 215,221 ----
Name => 'Data',
Data => {
! Name => 'Name',
! Description => 'The name of this config item',
! Value => $Version->{Name},
},
);
***************
*** 224,229 ****
Name => 'Data',
Data => {
! Name => 'Deployment State',
! Value => $Self->{LayoutObject}->{LanguageObject}->Get(
$Version->{DeplState},
),
--- 225,231 ----
Name => 'Data',
Data => {
! Name => 'Deployment State',
! Description => 'The deployment state of this config item',
! Value => $Self->{LayoutObject}->{LanguageObject}->Get(
$Version->{DeplState},
),
***************
*** 235,240 ****
Name => 'Data',
Data => {
! Name => 'Incident State',
! Value => $Self->{LayoutObject}->{LanguageObject}->Get(
$Version->{InciState},
),
--- 237,243 ----
Name => 'Data',
Data => {
! Name => 'Incident State',
! Description => 'The incident state of this config item',
! Value => $Self->{LayoutObject}->{LanguageObject}->Get(
$Version->{InciState},
),
More information about the cvs-log
mailing list