mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°962: TagSet - Attribute definition (continued)
SVN:b931[6032]
This commit is contained in:
committed by
Pierre Goiffon
parent
1953c05b33
commit
f458a77449
@@ -273,6 +273,10 @@ class XMLDataLoader
|
||||
$oDoc = new ormDocument($data, $sMimeType, $sFileName);
|
||||
$oTargetObj->Set($sAttCode, $oDoc);
|
||||
}
|
||||
elseif ($oAttDef instanceof AttributeTagSet)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
else
|
||||
{
|
||||
$value = (string)$oSubNode;
|
||||
|
||||
Reference in New Issue
Block a user