We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 172d5e8 commit 1269eddCopy full SHA for 1269edd
1 file changed
inc/abstractitiltarget.class.php
@@ -428,6 +428,7 @@ protected function setTargetUrgency($data, $formanswer) {
428
}
429
if (!is_null($urgency) && $urgency != 0) {
430
$data['urgency'] = $urgency;
431
+ $data['priority'] = CommonITILObject::computePriority($data['urgency'], $data['impact']);;
432
433
434
return $data;
0 commit comments