mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
Fix regression in AJAX calls introduced by c6b8526d
This commit is contained in:
@@ -24,8 +24,8 @@ class DataTable extends UIContentBlock
|
||||
// Overloaded constants
|
||||
public const BLOCK_CODE = 'ibo-datatable';
|
||||
// This block is handled by its own lib (dataTables)
|
||||
public const INCLUDE_ANCESTORS_DEFAULT_JS_FILES = false;
|
||||
public const INCLUDE_ANCESTORS_DEFAULT_CSS_FILES = false;
|
||||
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';
|
||||
|
||||
Reference in New Issue
Block a user