The hint is added to the module field.
This commit is contained in:
parent
8a41aa7f7a
commit
24b8937b11
|
@ -324,7 +324,7 @@ class SingleGraphWidget extends Widget
|
|||
|
||||
// Autocomplete module.
|
||||
$inputs[] = [
|
||||
'label' => __('Module'),
|
||||
'label' => __('Module').ui_print_help_tip(__('Warning, this requires to have data for a mid-term (days/weeks) of the source data, if not, projection will not be reliable.'), true),
|
||||
'arguments' => [
|
||||
'type' => 'autocomplete_module',
|
||||
'name' => 'moduleId',
|
||||
|
|
Loading…
Reference in New Issue