Merge branch 'ent-11456-cambiar-el-fondo-a-none-en-cv-mediante-la-lista-de-elementos-prohibe-el-acceso-a-la-cv' into 'develop'
Ent 11456 cambiar el fondo a none en cv mediante la lista de elementos prohibe el acceso a la cv See merge request artica/pandorafms!6033
This commit is contained in:
commit
f58bbfae2a
|
@ -181,7 +181,7 @@ final class Container extends Model
|
|||
null
|
||||
);
|
||||
|
||||
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '%20', $backgroundImage);
|
||||
return ($backgroundImage === 'None.png' || $backgroundImage === null) ? null : str_replace(' ', '%20', $backgroundImage);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue