mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°962: TagSet attribute definition dev (continued)
SVN:b931[6030]
This commit is contained in:
committed by
Pierre Goiffon
parent
ecdc4076d9
commit
a03c553000
@@ -1395,7 +1395,7 @@ EOF
|
||||
$aParameters['sql'] = $this->GetMandatoryPropString($oField, 'sql');
|
||||
$aParameters['is_null_allowed'] = $this->GetPropBoolean($oField, 'is_null_allowed', false);
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
$aParameters['default_value'] = $this->GetPropString($oField, 'default_value', '');
|
||||
$aParameters['default_value'] = '';
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -1406,8 +1406,6 @@ EOF
|
||||
$aParameters['depends_on'] = $sDependencies;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Optional parameters (more for historical reasons)
|
||||
// Added if present...
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user