Dashboard: fixed issue with Null values (group by)

SVN:trunk[2051]
This commit is contained in:
Romain Quetiez
2012-05-29 14:02:25 +00:00
parent 74726ff742
commit 5ecf5815b8
2 changed files with 37 additions and 7 deletions

View File

@@ -615,7 +615,7 @@ abstract class DBObject
return $oAtt->GetAsCSV($this->GetOriginal($sAttCode), $sSeparator, $sTextQualifier, $this);
}
protected static function MakeHyperLink($sObjClass, $sObjKey, $sLabel = '', $sUrlMakerClass = null, $bWithNavigationContext = true)
public static function MakeHyperLink($sObjClass, $sObjKey, $sLabel = '', $sUrlMakerClass = null, $bWithNavigationContext = true)
{
if ($sObjKey <= 0) return '<em>'.Dict::S('UI:UndefinedObject').'</em>'; // Objects built in memory have negative IDs