mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°3905 - Polishing: CSV Import - typo + fix loading js for Panel
This commit is contained in:
@@ -1009,7 +1009,7 @@ EOF
|
|||||||
if ($(this).val() == sRefValue)
|
if ($(this).val() == sRefValue)
|
||||||
{
|
{
|
||||||
iOccurences++;
|
iOccurences++;
|
||||||
}c
|
}
|
||||||
});
|
});
|
||||||
if ((iOccurences > 1) && (sRefValue != ':none:'))
|
if ((iOccurences > 1) && (sRefValue != ':none:'))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ class Panel extends UIContentBlock
|
|||||||
/** @inheritDoc */
|
/** @inheritDoc */
|
||||||
public const REQUIRES_ANCESTORS_DEFAULT_CSS_FILES = true;
|
public const REQUIRES_ANCESTORS_DEFAULT_CSS_FILES = true;
|
||||||
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/panel/layout';
|
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_ON_READY_TEMPLATE_REL_PATH = 'base/components/panel/layout';
|
||||||
public const DEFAULT_JS_FILES_REL_PATH = [
|
public const DEFAULT_JS_FILES_REL_PATH = [
|
||||||
'js/components/panel.js',
|
'js/components/panel.js',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user