The hint is added to the module field.

This commit is contained in:
Jorge Rincon 2023-09-11 13:21:44 +02:00
parent 8a41aa7f7a
commit 24b8937b11
1 changed files with 1 additions and 1 deletions

View File

@ -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',