mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Restored the behavior of itop-sla-computation (if present, then it becomes the default working hour computer)
SVN:trunk[2828]
This commit is contained in:
@@ -756,7 +756,7 @@ EOF;
|
||||
$aParameters['states'] = 'array('.implode(', ', $aStates).')';
|
||||
|
||||
$aParameters['goal_computing'] = $this->GetPropString($oField, 'goal', 'DefaultMetricComputer'); // Optional, no deadline by default
|
||||
$aParameters['working_time_computing'] = $this->GetPropString($oField, 'working_time', 'DefaultWorkingTimeComputer'); // Optional, defaults to 24x7
|
||||
$aParameters['working_time_computing'] = $this->GetPropString($oField, 'working_time', ''); // Blank (different than DefaultWorkingTimeComputer)
|
||||
|
||||
$oThresholds = $oField->GetUniqueElement('thresholds');
|
||||
$oThresholdNodes = $oThresholds->getElementsByTagName('threshold');
|
||||
|
||||
Reference in New Issue
Block a user