mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Merge branch 'ent-4258-visual-console-movement-redimension-mode' of https://brutus.artica.lan:8081/artica/pandorafms into ent-4258-visual-console-movement-redimension-mode
This commit is contained in:
commit
f8a0ee7442
@ -1546,7 +1546,7 @@ class Item extends CachedModel
|
|||||||
protected static function getImageSrc(array $data)
|
protected static function getImageSrc(array $data)
|
||||||
{
|
{
|
||||||
$imageSrc = static::notEmptyStringOr(
|
$imageSrc = static::notEmptyStringOr(
|
||||||
static::issetInArray($data, ['imageSrc', 'image', 'backgroundColor', 'backgroundType', 'valueType']),
|
static::issetInArray($data, ['image', 'imageSrc', 'backgroundColor', 'backgroundType', 'valueType']),
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user