mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°1161 - Dashlet Group By supports sum, average, min and max.
SVN:trunk[5623]
This commit is contained in:
@@ -965,7 +965,7 @@ try
|
||||
foreach($aUpdatedProperties as $sProp)
|
||||
{
|
||||
$sDecodedProp = str_replace('attr_', '', $sProp); // Remove the attr_ prefix
|
||||
$aCurrentValues[$sDecodedProp] = $aPreviousValues[$sProp]; // Set the previous value
|
||||
$aCurrentValues[$sDecodedProp] = (isset($aPreviousValues[$sProp]) ? $aPreviousValues[$sProp] : ''); // Set the previous value
|
||||
$aUpdatedDecoded[] = $sDecodedProp;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user