You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up a ticket accumulation statistic without configuring the y axis, results in uninitialized error warnings:
Use of uninitialized value $ColumnName in string ne at /opt/otobo/Kernel/System/Stats.pm line 3621.
Use of uninitialized value $ColumnNameOld in string ne at /opt/otobo/Kernel/System/Stats.pm line 3621.
bin/otobo.Console.pl Maint::Stats::Generate --number 10010 --target-directory tmpstat --language de
Please compare the $HeadArrayRef to a stat with set y axis, and deal with this appropriately (I'm not certain whether this is even valid out of my head, it might be, though).
The text was updated successfully, but these errors were encountered:
Setting up a ticket accumulation statistic without configuring the y axis, results in uninitialized error warnings:
otobo/Kernel/System/Stats.pm
Line 3619 in 4fa8073
when executing e.g.:
Please compare the
$HeadArrayRef
to a stat with set y axis, and deal with this appropriately (I'm not certain whether this is even valid out of my head, it might be, though).The text was updated successfully, but these errors were encountered: