mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-19 07:59:08 +02:00
Forms enhancements and XML format touch-up.
SVN:trunk[3359]
This commit is contained in:
@@ -920,7 +920,7 @@ EOF;
|
||||
$aThresholds = array();
|
||||
foreach($oThresholdNodes as $oThreshold)
|
||||
{
|
||||
$iPercent = $this->GetPropNumber($oThreshold, 'percent');
|
||||
$iPercent = (int)$oThreshold->getAttribute('id');
|
||||
|
||||
$oHighlight = $oThreshold->GetUniqueElement('highlight', false);
|
||||
$sHighlight = '';
|
||||
@@ -1130,7 +1130,7 @@ EOF;
|
||||
$oTransitions = $oState->GetUniqueElement('transitions');
|
||||
foreach ($oTransitions->getElementsByTagName('transition') as $oTransition)
|
||||
{
|
||||
$sStimulus = $oTransition->GetChildText('stimulus');
|
||||
$sStimulus = $oTransition->getAttribute('id');
|
||||
$sTargetState = $oTransition->GetChildText('target');
|
||||
|
||||
$oActions = $oTransition->GetUniqueElement('actions');
|
||||
|
||||
Reference in New Issue
Block a user