mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-01 03:18:18 +02:00
N°9807 - Polishing CKEditor for iTop 3.3.0-beta1 (#976)
This commit is contained in:
@@ -555,7 +555,7 @@ class DataTableUIBlockFactory extends AbstractUIBlockFactory
|
||||
'object_class' => $sClassName,
|
||||
'class_alias' => $sClassAlias,
|
||||
'attribute_code' => $sAttCode,
|
||||
'attribute_type' => $oAttDef->GetType(),
|
||||
'attribute_type' => $oAttDef->GetTypeShortClassName(),
|
||||
'attribute_label' => $sAttLabel,
|
||||
'render' => $oAttDef->GetRenderForDataTable($sClassAlias),
|
||||
];
|
||||
@@ -737,7 +737,7 @@ JS;
|
||||
'object_class' => $sClassName,
|
||||
'class_alias' => $sClassAlias,
|
||||
'attribute_code' => $sAttCode,
|
||||
'attribute_type' => $oAttDef->GetType(),
|
||||
'attribute_type' => $oAttDef->GetTypeShortClassName(),
|
||||
'attribute_label' => $sAttLabel,
|
||||
];
|
||||
$aColumnDefinition["data"] = $sClassAlias."/".$sAttCode;
|
||||
|
||||
Reference in New Issue
Block a user