Fix regression in AJAX calls introduced by c6b8526d

This commit is contained in:
Molkobain
2021-06-01 09:04:20 +02:00
parent e7c7ca76ac
commit 39efe1237e
3 changed files with 47 additions and 12 deletions

View File

@@ -42,6 +42,10 @@ class Panel extends UIContentBlock
// Overloaded constants
public const BLOCK_CODE = 'ibo-panel';
/** @inheritDoc */
public const REQUIRES_ANCESTORS_DEFAULT_JS_FILES = true;
/** @inheritDoc */
public const REQUIRES_ANCESTORS_DEFAULT_CSS_FILES = true;
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/panel/layout';
public const DEFAULT_JS_TEMPLATE_REL_PATH = 'base/components/panel/layout';
public const DEFAULT_JS_FILES_REL_PATH = [