N°1123.2 AttributeImage: default_image is no longer mandatory.

SVN:trunk[5036]
This commit is contained in:
Guillaume Lajarige
2017-10-18 13:46:17 +00:00
parent c94476b9a2
commit bc3d03c462
3 changed files with 9 additions and 4 deletions

View File

@@ -1252,6 +1252,11 @@ EOF
{
$aParameters['default_image'] = "utils::GetAbsoluteUrlModulesRoot().'$sModuleRelativeDir/$sDefault'";
}
else
{
// Note: We don't put null as default param value because it would be ignored by the final checks
$aParameters['default_image'] = 'null';
}
}
elseif ($sAttType == 'AttributeStopWatch')
{