mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed error format data datamatrix pandora_enterprise#8619
This commit is contained in:
parent
eecda4560a
commit
14f548aa3a
@ -432,7 +432,8 @@ class DataMatrix extends Widget
|
||||
$agModule
|
||||
);
|
||||
|
||||
$values['formatData'] = \get_parameter_switch('formatData', 1);
|
||||
$values['formatData'] = \get_parameter_switch('formatData');
|
||||
|
||||
$values['fontColor'] = \get_parameter('fontColor', '#2c3e50');
|
||||
$values['label'] = \get_parameter('label', 'module');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user