N°2847 Renamed and moved files for Activity New Entry (thanks to @Molkobain comment on 157e0a6)

This commit is contained in:
Stephen Abello
2020-10-07 16:55:50 +02:00
parent 7770cb31fb
commit 6a87ce48e1
6 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class ActivityNewEntryForm extends UIContentBlock
public const HTML_TEMPLATE_REL_PATH = 'layouts/activity-panel/activitynewentryform/layout';
public const JS_TEMPLATE_REL_PATH = 'layouts/activity-panel/activitynewentryform/layout';
public const JS_FILES_REL_PATH = [
'js/layouts/activity-new-entry-form.js',
'js/layouts/activity-panel/activity-new-entry-form.js',
];
/** @var \Combodo\iTop\Application\UI\Component\Input\RichText\RichText $oFormTextInput */