Fix regression introduced by c6b8526d: FormTable not working in edition

This commit is contained in:
Molkobain
2021-06-02 10:22:08 +02:00
parent 499d429a0e
commit dd614f5931
2 changed files with 2 additions and 3 deletions

View File

@@ -23,9 +23,6 @@ class DataTable extends UIContentBlock
// Overloaded constants
public const BLOCK_CODE = 'ibo-datatable';
// This block is handled by its own lib (dataTables)
public const REQUIRES_ANCESTORS_DEFAULT_JS_FILES = false;
public const REQUIRES_ANCESTORS_DEFAULT_CSS_FILES = false;
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/datatable/layout';
public const DEFAULT_JS_ON_READY_TEMPLATE_REL_PATH = 'base/components/datatable/layout';