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:
Alejandro Gallardo Escobar 2019-06-24 18:27:06 +02:00
commit f8a0ee7442
2 changed files with 6 additions and 2 deletions

View File

@ -1546,7 +1546,7 @@ class Item extends CachedModel
protected static function getImageSrc(array $data)
{
$imageSrc = static::notEmptyStringOr(
static::issetInArray($data, ['imageSrc', 'image', 'backgroundColor', 'backgroundType', 'valueType']),
static::issetInArray($data, ['image', 'imageSrc', 'backgroundColor', 'backgroundType', 'valueType']),
null
);

File diff suppressed because one or more lines are too long