mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-18 16:18:47 +02:00
N°3648 - Fix "Configure this list..."
This commit is contained in:
@@ -51,7 +51,8 @@ class DataTable extends UIContentBlock
|
||||
public function __construct(?string $sId = null)
|
||||
{
|
||||
parent::__construct($sId);
|
||||
$this->AddDeferredBlock(new DataTableConfig($this));
|
||||
//$this->AddDeferredBlock(new DataTableConfig($this));
|
||||
$this->AddSubBlock(new DataTableConfig($this));
|
||||
$this->aDisplayColumns = [];
|
||||
$this->aOptions = [];
|
||||
$this->aResultColumns = [];
|
||||
|
||||
Reference in New Issue
Block a user