mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-13559-bugs-item-percentile-tipos-bubble-y-circular-progress-bar' into 'develop'
fixed logo menu pandora_enterprise#13559 See merge request artica/pandorafms!7216
This commit is contained in:
commit
7b91f151e0
@ -601,7 +601,7 @@ final class Percentile extends Item
|
||||
$values = parent::getDefaultGeneralValues($values);
|
||||
|
||||
// Default values.
|
||||
if (isset($values['width']) === false) {
|
||||
if (isset($values['width']) === false || empty($values['width']) === true) {
|
||||
$values['width'] = 100;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user