Force the number of Tags in ormTagSet

This commit is contained in:
Eric
2018-12-04 15:53:00 +01:00
parent e4e5f627c4
commit 831b18b4d2
5 changed files with 6 additions and 6 deletions

View File

@@ -3359,7 +3359,7 @@ EOF
$oTagSet = $this->Get($sAttCode);
if (is_null($oTagSet))
{
$oTagSet = new ormTagSet(get_class($this), $sAttCode);
$oTagSet = new ormTagSet(get_class($this), $sAttCode, $oAttDef->GetMaxItems());
}
$oTagSet->ApplyDelta($value);
$this->Set($sAttCode, $oTagSet);