N°1823 - Fix tags not saved in case of error

This commit is contained in:
Eric
2019-02-19 10:16:45 +01:00
parent 5067c867b8
commit 7cf7e55454
3 changed files with 113 additions and 3 deletions

View File

@@ -4221,6 +4221,7 @@ EOF
$oDummyObj->Set($sAttCode, $currValue);
/** @var ormTagSet $oTagSet */
$oTagSet = $oDummyObj->Get($sAttCode);
$oTagSet->SetDisplayPartial(true);
foreach($aKeys as $iIndex => $sValues)
{
if ($iIndex == 0)