We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d58ba2 commit 57bfe1dCopy full SHA for 57bfe1d
1 file changed
inc/abstractitiltarget.class.php
@@ -428,7 +428,6 @@ 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