mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Compiler: take into account the "is_null_allowed" flag for blobs
SVN:trunk[2363]
This commit is contained in:
@@ -696,6 +696,7 @@ EOF;
|
||||
}
|
||||
elseif ($sAttType == 'AttributeBlob')
|
||||
{
|
||||
$aParameters['is_null_allowed'] = $this->GetPropBoolean($oField, 'is_null_allowed', false);
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
}
|
||||
elseif ($sAttType == 'AttributeStopWatch')
|
||||
|
||||
Reference in New Issue
Block a user