mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
(Retrofit from trunk) Portal : Deadline attributes not displayed properly in ManageBrick
SVN:2.3[4432]
This commit is contained in:
@@ -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;
|
||||||
@@ -391,6 +392,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));
|
||||||
|
|||||||
Reference in New Issue
Block a user