Portal : Deadline attributes not displayed properly in ManageBrick

SVN:trunk[4431]
This commit is contained in:
Guillaume Lajarige
2016-09-30 12:50:32 +00:00
parent a88365ca49
commit 2fa68a3abc

View File

@@ -28,6 +28,7 @@ use \MetaModel;
use \AttributeDefinition; use \AttributeDefinition;
use \AttributeDate; use \AttributeDate;
use \AttributeDateTime; use \AttributeDateTime;
use \AttributeSubItem;
use \DBSearch; use \DBSearch;
use \DBObjectSearch; use \DBObjectSearch;
use \DBObjectSet; use \DBObjectSet;
@@ -409,6 +410,10 @@ class ManageBrickController extends BrickController
} }
} }
} }
elseif ($oAttDef instanceof AttributeSubItem)
{
$sValue = $oAttDef->GetAsHTML($oCurrentRow->Get($sItemAttr));
}
else else
{ {
$sValue = $oAttDef->GetValueLabel($oCurrentRow->Get($sItemAttr)); $sValue = $oAttDef->GetValueLabel($oCurrentRow->Get($sItemAttr));