mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
#1026 CSV import of tickets with impact = '', issuing a Notice
SVN:trunk[3445]
This commit is contained in:
@@ -431,7 +431,11 @@
|
||||
4 => 4,
|
||||
),
|
||||
);
|
||||
$iPriority = $aPriorities[(int)$this->Get('impact')][(int)$this->Get('urgency')];
|
||||
$iPriority = 1;
|
||||
if (isset($aPriorities[(int)$this->Get('impact')][(int)$this->Get('urgency')]))
|
||||
{
|
||||
$iPriority = $aPriorities[(int)$this->Get('impact')][(int)$this->Get('urgency')];
|
||||
}
|
||||
return $iPriority;
|
||||
}]]></code>
|
||||
</method>
|
||||
|
||||
Reference in New Issue
Block a user