N°917: AttributeClassAttCodeSet created

This commit is contained in:
Eric
2018-09-26 10:57:26 +02:00
parent 9397d1ac2e
commit 720d334053
10 changed files with 684 additions and 122 deletions

View File

@@ -253,7 +253,7 @@ class TagSetFieldDataTest extends ItopDataTestCase
{
/** @var \AttributeTagSet $oAttDef */
$oAttDef = \MetaModel::GetAttributeDef(TAG_CLASS, TAG_ATTCODE);
$iMaxTags = $oAttDef->GetTagMaxNb();
$iMaxTags = $oAttDef->GetMaxItems();
for ($i = 0; $i < $iMaxTags; $i++)
{
$sTagCode = 'MaxTag'.$i;